Searched refs:chmod (Results 1 – 25 of 27) sorted by relevance
12
/system/tools/hidl/test/ |
D | hidl_test | 3 chmod a+x /data/nativetest/hidl_test_servers/hidl_test_servers 4 chmod a+x /data/nativetest64/hidl_test_servers/hidl_test_servers 5 chmod a+x /data/nativetest/hidl_test_client/hidl_test_client 6 chmod a+x /data/nativetest64/hidl_test_client/hidl_test_client
|
/system/core/rootdir/ |
D | init.rc | 64 chmod 0664 /dev/stune/tasks 65 chmod 0664 /dev/stune/foreground/tasks 66 chmod 0664 /dev/stune/background/tasks 67 chmod 0664 /dev/stune/top-app/tasks 75 chmod 0775 /config/sdcardfs 150 chmod 0666 /dev/cpuctl/tasks 196 chmod 0775 /dev/cpuset/system-background 198 chmod 0664 /dev/cpuset/foreground/tasks 199 chmod 0664 /dev/cpuset/foreground/boost/tasks 200 chmod 0664 /dev/cpuset/background/tasks [all …]
|
D | init.usb.rc | 8 chmod 0660 /sys/class/android_usb/android0/f_mass_storage/lun/file 10 chmod 0660 /sys/class/android_usb/android0/f_rndis/ethaddr
|
/system/tpm/attestation/server/ |
D | attestationd.conf | 27 chmod 775 /mnt/stateful_partition/unencrypted/preserve
|
/system/core/logd/ |
D | logtagd.rc | 8 chmod 0600 /data/misc/logd/event-log-tags
|
D | logd.rc | 22 chmod 0644 /dev/event-log-tags
|
/system/bt/build/ |
D | install_deps.sh | 55 chmod a+x ./gn
|
/system/tpm/tpm_manager/server/ |
D | tpm_managerd-seccomp-amd64.policy | 55 chmod: 1
|
/system/update_engine/ |
D | omaha_response_handler_action.cc | 143 chmod(deadline_file_.c_str(), S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in PerformAction()
|
/system/extras/simpleperf/scripts/ |
D | update.py | 129 os.chmod(name, exe_stat.st_mode | stat.S_IEXEC)
|
/system/sepolicy/public/ |
D | init.te | 116 # mkdir, symlink, write, rm/rmdir, chown/chmod, restorecon/restorecon_recursive from init.rc files. 117 # chown/chmod require open+read+setattr required for open()+fchown/fchmod(). 202 # chown/chmod on pseudo files. 237 # chown/chmod on devices.
|
D | netd.te | 14 # triggered by chmod on a directory or file owned by a group other
|
/system/core/libcutils/ |
D | fs.c | 97 if (TEMP_FAILURE_RETRY(chmod(path, mode)) == -1) { in fs_prepare_path_impl()
|
/system/update_engine/common/ |
D | test_utils.h | 83 return chmod(path.c_str(), mode); in Chmod()
|
/system/extras/perfprofd/ |
D | perfprofdcore.cc | 532 chmod(encoded_file_path, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH); in encode_to_proto() 712 chmod(produced_file_path.c_str(), in post_process()
|
/system/update_engine/sample_images/ |
D | generate_images.sh | 200 sudo chmod +x "${mntdir}"/postinst "${mntdir}"/bin/*
|
/system/sepolicy/private/ |
D | mls | 55 # Also constrain other forms of manipulation, e.g. chmod/chown, unlink, rename, etc.
|
/system/vold/ |
D | Ext4Crypt.cpp | 587 if (chmod(path.c_str(), 0000) != 0) { in emulated_lock() 601 if (chmod(path.c_str(), mode) != 0) { in emulated_unlock()
|
/system/core/logcat/tests/ |
D | logcat_test.cpp | 1131 chmod(id_file, 0); in TEST() 1143 chmod(id_file, in TEST() 1146 chmod(id_file, 0600); in TEST()
|
/system/core/adb/ |
D | test_device.py | 764 os.chmod(host_dir, 0o700) 790 os.chmod(host_dir, 0o700) 817 os.chmod(host_dir, 0o700)
|
D | sysdeps.h | 341 #define chmod adb_chmod macro
|
/system/bt/osi/src/ |
D | config.cc | 369 if (chmod(temp_filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP) == -1) { in config_save()
|
/system/core/init/ |
D | builtins.cpp | 74 #define chmod DO_NOT_USE_CHMOD_USE_FCHMODAT_SYMLINK_NOFOLLOW macro
|
D | init.cpp | 980 chmod("/proc/cmdline", 0440); in main()
|
D | devices.cpp | 176 chmod(attr_file.c_str(), dp->perm); in fixup_sys_perms()
|
12