Searched refs:S_IWGRP (Results 1 - 8 of 8) sorted by relevance

/system/extras/f2fs_utils/
H A Df2fs_ioutils.c66 #define S_IWGRP 00020 macro
68 #define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
/system/core/libcutils/
H A Dashmem-dev.c123 S_IFCHR | S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IRGRP,
128 S_IFCHR | S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IRGRP);
/system/bt/hci/src/
H A Dbtsnoop.c175 logfile_fd = open(log_path, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH);
/system/extras/tests/timetest/
H A Drtc_test.cpp43 } else if (!(st.st_mode & (S_IWUSR|S_IWGRP|S_IWOTH))) {
/system/extras/perfprofd/
H A Dperfprofdcore.cc517 chmod(encoded_file_path, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH);
695 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH);
/system/extras/ext4_utils/
H A Dmake_ext4fs.c46 #undef S_IWGRP macro
62 #define S_IWGRP 00020 macro
64 #define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
/system/core/init/
H A Dutil.cpp191 if ((sb.st_mode & (S_IWGRP | S_IWOTH)) != 0) {
/system/bt/osi/src/
H A Dconfig.c357 if (chmod(temp_filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP) == -1) {

Completed in 233 milliseconds