Searched refs:chmod (Results 1 - 22 of 22) sorted by relevance

/system/core/logd/
H A Dlogtagd.rc8 chmod 0600 /data/misc/logd/event-log-tags
/system/tpm/attestation/server/
H A Dattestationd.conf27 chmod 775 /mnt/stateful_partition/unencrypted/preserve
/system/core/rootdir/
H A Dasan_extract.sh79 chmod -R 744 $ASAN_DIR
80 cd $ASAN_DIR ; find . -type d -exec chmod 755 {} \;
/system/tpm/tpm_manager/server/
H A Dtpm_managerd-seccomp-amd64.policy55 chmod: 1
/system/bt/build/
H A Dinstall_deps.sh55 chmod a+x ./gn
/system/extras/perfprofd/
H A Dperfprofd_cmdline.cc162 chmod(produced_file_path.c_str(),
/system/extras/simpleperf/scripts/
H A Dupdate.py139 os.chmod(name, exe_stat.st_mode | stat.S_IEXEC)
/system/update_engine/
H A Dmain.cc154 chmod(log_file.c_str(), 0640);
H A Domaha_response_handler_action.cc162 chmod(deadline_file_.c_str(), S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
/system/core/libcutils/
H A Dfs.cpp103 if (TEMP_FAILURE_RETRY(chmod(path, mode)) == -1) {
104 ALOGE("Failed to chmod(%s, %d): %s", path, mode, strerror(errno));
/system/update_engine/common/
H A Dtest_utils.h84 return chmod(path.c_str(), mode);
/system/update_engine/sample_images/
H A Dgenerate_images.sh203 sudo chmod +x "${mntdir}"/postinst "${mntdir}"/bin/*
/system/bt/osi/src/
H A Dconfig.cc290 if (chmod(temp_filename.c_str(), S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP) ==
/system/core/adb/
H A Dsysdeps.h256 #define chmod adb_chmod macro
H A Dtest_device.py739 os.chmod(host_dir, 0o700)
765 os.chmod(host_dir, 0o700)
792 os.chmod(host_dir, 0o700)
884 self.device.shell(['chmod', 'a-rwx', self.DEVICE_TEMP_FILE])
H A Dfile_sync_client.cpp1095 int r2 = chmod(lpath.c_str(), mode & ~mask);
/system/core/init/
H A Ddevices.cpp155 if (chmod(attribute_file.c_str(), perm()) != 0) {
156 PLOG(ERROR) << "chmod(" << attribute_file << ", " << perm() << ") failed";
H A Dinit.cpp583 chmod("/proc/cmdline", 0440);
H A Dbuiltins.cpp77 #define chmod DO_NOT_USE_CHMOD_USE_FCHMODAT_SYMLINK_NOFOLLOW macro
251 /* chmod in case the directory already exists */
279 /* chown may have cleared S_ISUID and S_ISGID, chmod again */
1035 {"chmod", {2, 2, {true, do_chmod}}},
/system/netd/server/
H A DTrafficController.cpp103 ret = chmod(path, S_IRWXU);
106 // chmod doesn't grant permission to all processes in that group to
109 ret = chmod(path, S_IRWXU | S_IRGRP);
/system/vold/
H A DExt4Crypt.cpp464 if (chmod(path.c_str(), 0000) != 0) {
465 PLOG(ERROR) << "Failed to chmod " << path;
478 if (chmod(path.c_str(), mode) != 0) {
479 PLOG(ERROR) << "Failed to chmod " << path;
608 // When in emulation mode, we just use chmod. However, we also
628 // When in emulation mode, we just use chmod
/system/core/logcat/tests/
H A Dlogcat_test.cpp1162 chmod(id_file, 0);
1174 chmod(id_file,
1177 chmod(id_file, 0600);

Completed in 1598 milliseconds