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

/system/core/libnativebridge/tests/
H A DCodeCacheExists_test.cpp34 ASSERT_EQ(0, mkdir(kCodeCache, S_IRWXU | S_IRWXG | S_IXOTH));
/system/extras/f2fs_utils/
H A Df2fs_ioutils.c68 #define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP) macro
/system/core/libcutils/
H A Dfs.c37 #define ALL_PERMS (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO)
/system/extras/ext4_utils/
H A Dmake_ext4fs.c51 #define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP) macro
191 dentries[i].mode = stat.st_mode & (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO);
/system/core/libnativebridge/
H A Dnative_bridge.cc408 if (mkdir(app_code_cache_dir, S_IRWXU | S_IRWXG | S_IXOTH) == -1) {
/system/core/init/
H A Dproperty_service.cpp472 if (((sb.st_mode & (S_IRWXG | S_IRWXO)) != 0) || (sb.st_uid != 0) || (sb.st_gid != 0) ||

Completed in 243 milliseconds