Home
last modified time | relevance | path

Searched refs:S_IRWXU (Results 1 – 6 of 6) sorted by relevance

/system/extras/tests/sdcard/
Dsdcard_perf_test.cpp376 int fd = open(filename, O_RDWR | O_CREAT, S_IRWXU); in testRead()
423 int fd = open(filename, O_RDWR | O_CREAT, S_IRWXU); // no O_TRUNC, see header comment in writeData()
542 int fd = open(filename, O_RDWR | O_CREAT, S_IRWXU); in testOpenCreate()
560 int fd = open(filename, O_RDWR | O_CREAT, S_IRWXU); in writeTestFile()
618 mkdir(path, S_IRWXU); in testTraverse()
Dsysutil.cpp432 mkdir(directory, S_IRWXU); in resetDirectory()
/system/extras/ext4_utils/
Dmake_ext4fs.c47 #define S_IRWXU (L_S_IRUSR | L_S_IWUSR | L_S_IXUSR) macro
88 .mode = S_IRWXU, in build_default_directory_structure()
165 dentries[i].mode = stat.st_mode & (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO); in build_directory_structure()
230 dentries[0].mode = S_IRWXU; in build_directory_structure()
575 root_mode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; in make_ext4fs_internal()
/system/core/libcutils/
Dfs.c31 #define ALL_PERMS (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO)
/system/core/toolbox/cp/
Dutils.c297 (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO) in copy_file()
387 fs->st_mode &= S_ISUID | S_ISGID | S_IRWXU | S_IRWXG | S_IRWXO;
Dcp.c487 curr->fts_statp->st_mode | S_IRWXU) < 0) in copy()