Searched refs:mode (Results 1 – 1 of 1) sorted by relevance
79 static int do_mkdir(const char *path, mode_t mode) in do_mkdir() argument85 if (mkdir(path, mode) != 0 && errno != EEXIST) in do_mkdir()94 static int mkpath(const char *path, mode_t mode) in mkpath() argument107 status = do_mkdir(subpath, mode); in mkpath()113 status = do_mkdir(path, mode); in mkpath()122 mode_t mode = 0700; in tee_supp_fs_init() local128 if (mkpath(tee_fs_root, mode) != 0) in tee_supp_fs_init()
Completed in 2 milliseconds