Searched refs:chmod (Results 1 – 13 of 13) sorted by relevance
/packages/modules/Virtualization/microdroid/ |
D | init.rc | 23 chmod 644 /linkerconfig/bootstrap/ld.config.txt 25 chmod 644 /linkerconfig/default/ld.config.txt 44 chmod 0755 /dev/binderfs 50 chmod 0666 /dev/binderfs/hwbinder 51 chmod 0666 /dev/binderfs/binder 52 chmod 0666 /dev/binderfs/vndbinder 155 chmod 0644 /dev/event-log-tags
|
D | README.md | 72 $ adb shell 'chmod go+r /data/local/tmp/microdroid/*-header.img /data/local/tmp/microdroid/*-footer…
|
/packages/modules/Wifi/service/ |
D | wifi.rc | 86 chmod 200 /sys/kernel/debug/tracing/instances/wifi/tracing_on 87 chmod 400 /sys/kernel/debug/tracing/instances/wifi/free_buffer 88 chmod 600 /sys/kernel/debug/tracing/instances/wifi/trace 93 chmod 200 /sys/kernel/tracing/instances/wifi/tracing_on 94 chmod 400 /sys/kernel/tracing/instances/wifi/free_buffer 95 chmod 600 /sys/kernel/tracing/instances/wifi/trace
|
/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | FileUtils.java | 42 public static int chmod(String path, int mode) { in chmod() method in FileUtils 44 Os.chmod(path, mode); in chmod()
|
/packages/apps/Car/tests/tools/ |
D | git_clone_projects.sh | 45 …rname $f) ; curl -Lo $f https://gerrit-review.googlesource.com/tools/hooks/commit-msg ; chmod +x $f 53 …rname $f) ; curl -Lo $f https://gerrit-review.googlesource.com/tools/hooks/commit-msg ; chmod +x $f
|
/packages/modules/adb/client/ |
D | adb_wifi.cpp | 156 chmod(path.c_str(), S_IRUSR | S_IWUSR | S_IRGRP); in write_known_host_to_file()
|
D | file_sync_client.cpp | 1600 int r2 = chmod(lpath.c_str(), mode & ~mask); in set_time_and_mode()
|
/packages/apps/Car/tests/ |
D | readme.md | 21 …rname $f) ; curl -Lo $f https://gerrit-review.googlesource.com/tools/hooks/commit-msg ; chmod +x $f
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | MmsProvider.java | 523 Os.chmod(path, 0666); in insert() 825 Os.chmod(path, 0644); in update()
|
/packages/apps/Nfc/nci/jni/ |
D | RouteDataSet.cpp | 265 stat = chmod(filename.c_str(), S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in saveToFile()
|
/packages/modules/adb/ |
D | test_device.py | 810 os.chmod(host_dir, 0o700) 835 os.chmod(host_dir, 0o700) 864 os.chmod(host_dir, 0o700)
|
D | sysdeps.h | 288 #define chmod adb_chmod macro
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiConfigStore.java | 941 FileUtils.chmod(mFileName, FILE_MODE); in writeBufferedRawData()
|