Searched refs:chmod (Results 1 - 19 of 19) 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/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/simpleperf/scripts/
H A Dupdate.py129 os.chmod(name, exe_stat.st_mode | stat.S_IEXEC)
/system/update_engine/
H A Domaha_response_handler_action.cc143 chmod(deadline_file_.c_str(), S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
/system/core/libcutils/
H A Dfs.c97 if (TEMP_FAILURE_RETRY(chmod(path, mode)) == -1) {
98 ALOGE("Failed to chmod(%s, %d): %s", path, mode, strerror(errno));
/system/update_engine/common/
H A Dtest_utils.h83 return chmod(path.c_str(), mode);
/system/update_engine/sample_images/
H A Dgenerate_images.sh200 sudo chmod +x "${mntdir}"/postinst "${mntdir}"/bin/*
/system/extras/perfprofd/
H A Dperfprofdcore.cc532 chmod(encoded_file_path, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH);
712 chmod(produced_file_path.c_str(),
/system/core/adb/
H A Dtest_device.py764 os.chmod(host_dir, 0o700)
790 os.chmod(host_dir, 0o700)
817 os.chmod(host_dir, 0o700)
909 self.device.shell(['chmod', 'a-rwx', self.DEVICE_TEMP_FILE])
H A Dsysdeps.h341 #define chmod adb_chmod macro
H A Dfile_sync_client.cpp1084 int r2 = chmod(lpath.c_str(), mode & ~mask);
/system/core/logcat/tests/
H A Dlogcat_test.cpp1131 chmod(id_file, 0);
1143 chmod(id_file,
1146 chmod(id_file, 0600);
/system/vold/
H A DExt4Crypt.cpp587 if (chmod(path.c_str(), 0000) != 0) {
588 PLOG(ERROR) << "Failed to chmod " << path;
601 if (chmod(path.c_str(), mode) != 0) {
602 PLOG(ERROR) << "Failed to chmod " << path;
686 // When in emulation mode, we just use chmod. However, we also
706 // When in emulation mode, we just use chmod
/system/bt/osi/src/
H A Dconfig.cc369 if (chmod(temp_filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP) == -1) {
/system/core/init/
H A Dbuiltins.cpp74 #define chmod DO_NOT_USE_CHMOD_USE_FCHMODAT_SYMLINK_NOFOLLOW macro
214 /* chmod in case the directory already exists */
234 /* chown may have cleared S_ISUID and S_ISGID, chmod again */
851 {"chmod", {2, 2, do_chmod}},
H A Ddevices.cpp176 chmod(attr_file.c_str(), dp->perm);
H A Dinit.cpp980 chmod("/proc/cmdline", 0440);

Completed in 1299 milliseconds