Searched refs:S_IWUSR (Results 1 - 25 of 29) sorted by last modified time

12

/system/update_engine/
H A Domaha_response_handler_action.cc156 chmod(deadline_file_.c_str(), S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
H A Domaha_response_handler_action_unittest.cc173 static_cast<mode_t>(S_IFREG | S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH),
/system/vold/
H A DVolumeManager.cpp1025 || fchmod(dirfd, S_IRUSR | S_IWUSR | S_IXUSR | S_ISGID | S_IRGRP | S_IXGRP)) {
/system/nvram/hal/
H A Dfake_nvram_storage.cpp118 S_IRUSR | S_IWUSR)));
/system/security/keystore/
H A Dblob.cpp236 TEMP_FAILURE_RETRY(open(tmpFileName, O_WRONLY | O_TRUNC | O_CREAT, S_IRUSR | S_IWUSR));
H A Dkeystore.cpp721 TEMP_FAILURE_RETRY(open(tmpFileName, O_WRONLY | O_TRUNC | O_CREAT, S_IRUSR | S_IWUSR));
H A Duser_state.cpp47 if ((mkdir(mUserDir, S_IRUSR | S_IWUSR | S_IXUSR) < 0) && (errno != EEXIST)) {
117 TEMP_FAILURE_RETRY(open(mMasterKeyFile, O_WRONLY | O_TRUNC | O_CREAT, S_IRUSR | S_IWUSR));
/system/netd/server/
H A DRouteController.cpp113 const mode_t RT_TABLES_MODE = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; // mode 0644, rw-r--r--
H A Dmain.cpp69 const mode_t PID_FILE_MODE = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; // mode 0644, rw-r--r--
/system/nfc/halimpl/bcm2079x/adaptation/
H A DNonVolatileStore.cpp131 fileStream = open(filename, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR);
/system/nfc/src/adaptation/
H A Dlibmain.c149 fileStream = open(filename, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR);
/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.cc532 chmod(encoded_file_path, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH);
713 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH);
/system/core/init/
H A Dreboot.cpp350 S_IRUSR | S_IWUSR, AID_SYSTEM, AID_SYSTEM); local
H A Dutil_test.cpp125 EXPECT_EQ((const unsigned int)(S_IRUSR | S_IWUSR), sb.st_mode & 0777);
/system/core/libcutils/
H A Dashmem-dev.c124 S_IFCHR | S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IRGRP,
129 S_IFCHR | S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IRGRP);
/system/core/logcat/
H A Dlogcat.cpp160 return open(pathname, O_WRONLY | O_APPEND | O_CREAT, S_IRUSR | S_IWUSR);
1367 android::base::WriteStringToFile(setId, file_name, S_IRUSR | S_IWUSR,
/system/core/toolbox/
H A Dbsd-compatibility.h76 #define DEFFILEMODE (S_IRUSR | S_IWUSR)
/system/core/trusty/storage/proxy/
H A Dstorage.c254 rc = TEMP_FAILURE_RETRY(open(path, open_flags, S_IRUSR | S_IWUSR));
257 rc = TEMP_FAILURE_RETRY(open(path, open_flags, S_IRUSR | S_IWUSR));
261 rc = TEMP_FAILURE_RETRY(open(path, open_flags, S_IRUSR | S_IWUSR));
267 rc = TEMP_FAILURE_RETRY(open(path, open_flags, S_IRUSR | S_IWUSR));
/system/extras/ext4_utils/
H A Dext4_utils.c460 inode->i_mode = S_IFREG | S_IRUSR | S_IWUSR;
484 inode->i_mode = S_IFREG | S_IRUSR | S_IWUSR;
/system/extras/f2fs_utils/
H A Df2fs_sparseblock.c606 if ((outfd = open(out, O_WRONLY|O_CREAT, S_IRUSR | S_IWUSR)) < 0) {
/system/core/base/
H A Dtest_utils.cpp44 S_IRUSR | S_IWUSR);
/system/core/bootstat/
H A Dboot_event_record_store.cpp72 int record_fd = creat(record_path.c_str(), S_IRUSR | S_IWUSR);
H A Dboot_event_record_store_test.cpp46 android::base::unique_fd record_fd(creat(record_path.c_str(), S_IRUSR | S_IWUSR));
/system/core/fastboot/
H A Dfs.cpp166 unique_fd fd(open(fileName, O_CREAT | O_RDWR | O_TRUNC, S_IRUSR | S_IWUSR));

Completed in 407 milliseconds

12