HomeSort by relevance Sort by last modified time
    Searched refs:chmod (Results 1 - 25 of 958) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/site_utils/admin/scripts/
fixperms.sh 3 chmod -R o+r /usr/local/autotest
4 find /usr/local/autotest/ -type d | xargs chmod o+x
5 chmod o+x /usr/local/autotest/tko/*.cgi
  /external/libpcap/
chmod_bpf 19 chmod g+rw /dev/bpf*
  /external/libunwind/tests/
run-check-namespace 2 chmod +x ./check-namespace.sh
  /external/ltp/tools/netpipe-2.4/
chmod.sh 4 chmod 755 $1
  /external/ltp/testcases/kdump/
Makefile 2 chmod a+x runkdump.sh lib/*.sh
  /frameworks/native/cmds/atrace/
atrace.rc 6 chmod 0222 /sys/kernel/debug/tracing/trace_marker
7 chmod 0222 /sys/kernel/tracing/trace_marker
60 chmod 0664 /sys/kernel/debug/tracing/trace_clock
61 chmod 0664 /sys/kernel/tracing/trace_clock
62 chmod 0664 /sys/kernel/debug/tracing/buffer_size_kb
63 chmod 0664 /sys/kernel/tracing/buffer_size_kb
64 chmod 0664 /sys/kernel/debug/tracing/options/overwrite
65 chmod 0664 /sys/kernel/tracing/options/overwrite
66 chmod 0664 /sys/kernel/debug/tracing/options/print-tgid
67 chmod 0664 /sys/kernel/tracing/options/print-tgi
    [all...]
atrace_userdebug.rc 28 chmod 0664 /sys/kernel/debug/tracing/events/sync/enable
29 chmod 0664 /sys/kernel/debug/tracing/events/workqueue/enable
30 chmod 0664 /sys/kernel/debug/tracing/events/regulator/enable
31 chmod 0664 /sys/kernel/debug/tracing/events/pagecache/enable
34 chmod 0664 /sys/kernel/debug/tracing/events/irq/enable
35 chmod 0664 /sys/kernel/debug/tracing/events/ipi/enable
38 chmod 0664 /sys/kernel/debug/tracing/events/f2fs/f2fs_sync_file_enter/enable
39 chmod 0664 /sys/kernel/debug/tracing/events/f2fs/f2fs_sync_file_exit/enable
40 chmod 0664 /sys/kernel/debug/tracing/events/f2fs/f2fs_write_begin/enable
41 chmod 0664 /sys/kernel/debug/tracing/events/f2fs/f2fs_write_end/enabl
    [all...]
  /bionic/libc/bionic/
chmod.cpp 33 int chmod(const char* path, mode_t mode) { function
  /external/libpcap/ChmodBPF/
ChmodBPF 23 chmod g+rw /dev/bpf*
  /external/libmicrohttpd/contrib/
ascebc 7 chmod +x $1
  /external/selinux/libsemanage/tests/
test_semanage_store.c 163 err = chmod(modpath, 0);
165 err = chmod(readlockpath, 0);
167 err = chmod(polpath, 0);
174 err = chmod(polpath, S_IRUSR | S_IXUSR);
176 err = chmod(readlockpath, S_IRUSR);
178 err = chmod(modpath, S_IRUSR | S_IXUSR);
185 err = chmod(polpath, S_IRUSR | S_IWUSR | S_IXUSR);
187 err = chmod(readlockpath, S_IRUSR | S_IWUSR);
189 err = chmod(modpath, S_IRUSR | S_IWUSR | S_IXUSR);
196 err = chmod(polpath, S_IRUSR | S_IXUSR)
    [all...]
  /device/lge/bullhead/
init.bullhead.fp.rc 19 chmod 660 /dev/fpc1020
  /external/linux-kselftest/tools/testing/selftests/exec/
Makefile 11 chmod +x $@
16 chmod -x $@
  /external/ltp/testcases/network/stress/ns-tools/
create_file 68 chmod 644 $filename
  /external/ltp/tools/
make-file.sh 44 chmod 666 $file
  /external/openssh/
start-ssh 16 chmod 600 /$DSA_KEY
17 chmod 644 $DSA_PUB_KEY
22 chmod 600 /$RSA_KEY
23 chmod 644 $RSA_PUB_KEY
  /frameworks/webview/chromium/tools/
webview_command_line 30 adb shell chmod 0664 $CMD_LINE_FILE
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_spawn.py 36 os.chmod(exe, 0777)
41 os.chmod(exe, 0777)
48 os.chmod(exe, 0777)
53 os.chmod(exe, 0777)
  /external/libmojo/base/android/
fifo_utils.cc 15 // Default permissions for mkfifo() is ignored, chmod() is required.
17 chmod(path.value().c_str(), mode) == 0;
  /external/libmtp/
libmtp.sh 41 chmod 0000 "${DEVICE}"
43 chmod "${DEVICEPERMS}" "${DEVICE}"
libmtp.sh.in 41 chmod 0000 "${DEVICE}"
43 chmod "${DEVICEPERMS}" "${DEVICE}"
  /external/ltp/testcases/kernel/fs/fs-bench/
fs-bench-test.sh 30 time chmod -R go+rw ./00
38 time chmod -R go-rw ./00
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_spawn.py 36 os.chmod(exe, 0777)
41 os.chmod(exe, 0777)
48 os.chmod(exe, 0777)
53 os.chmod(exe, 0777)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_spawn.py 36 os.chmod(exe, 0777)
41 os.chmod(exe, 0777)
48 os.chmod(exe, 0777)
53 os.chmod(exe, 0777)
  /test/vts/script/
setup-gce.sh 20 adb shell chmod 755 /data/local/tmp/fuzzer
21 adb shell chmod 755 /data/local/tmp/vts_hal_agent

Completed in 1056 milliseconds

1 2 3 4 5 6 7 8 91011>>