Searched refs:S_IRWXU (Results 1 – 6 of 6) sorted by relevance
/system/extras/tests/sdcard/ |
D | sdcard_perf_test.cpp | 376 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()
|
D | sysutil.cpp | 432 mkdir(directory, S_IRWXU); in resetDirectory()
|
/system/extras/ext4_utils/ |
D | make_ext4fs.c | 47 #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/toolbox/cp/ |
D | utils.c | 297 (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;
|
D | cp.c | 487 curr->fts_statp->st_mode | S_IRWXU) < 0) in copy()
|
/system/core/libcutils/ |
D | fs.c | 37 #define ALL_PERMS (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO)
|