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

/system/extras/tests/sdcard/
H A Dsdcard_perf_test.cpp376 int fd = open(filename, O_RDWR | O_CREAT, S_IRWXU);
423 int fd = open(filename, O_RDWR | O_CREAT, S_IRWXU); // no O_TRUNC, see header comment
542 int fd = open(filename, O_RDWR | O_CREAT, S_IRWXU);
560 int fd = open(filename, O_RDWR | O_CREAT, S_IRWXU);
618 mkdir(path, S_IRWXU);
H A Dsysutil.cpp432 mkdir(directory, S_IRWXU);
/system/core/libcutils/
H A Dfs.c30 #define ALL_PERMS (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO)
/system/extras/ext4_utils/
H A Dmake_ext4fs.c47 #define S_IRWXU (L_S_IRUSR | L_S_IWUSR | L_S_IXUSR) macro
84 .mode = S_IRWXU,
144 dentries[i].mode = stat.st_mode & (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO);
427 root_mode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH;
/system/core/toolbox/cp/
H A Dutils.c297 (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO)
387 fs->st_mode &= S_ISUID | S_ISGID | S_IRWXU | S_IRWXG | S_IRWXO;
H A Dcp.c487 curr->fts_statp->st_mode | S_IRWXU) < 0)

Completed in 1746 milliseconds