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

1 2 3 4 5 6 7 8 91011>>

  /external/libpcap/
chmod_bpf 19 chmod g+rw /dev/bpf*
  /external/libunwind/tests/
run-check-namespace 2 chmod +x ./check-namespace.sh
  /system/core/rootdir/
init.trace.rc 6 chmod 0222 /sys/kernel/debug/tracing/trace_marker
21 chmod 0664 /sys/kernel/debug/tracing/trace_clock
22 chmod 0664 /sys/kernel/debug/tracing/buffer_size_kb
23 chmod 0664 /sys/kernel/debug/tracing/options/overwrite
24 chmod 0664 /sys/kernel/debug/tracing/options/print-tgid
25 chmod 0664 /sys/kernel/debug/tracing/events/sched/sched_switch/enable
26 chmod 0664 /sys/kernel/debug/tracing/events/sched/sched_wakeup/enable
27 chmod 0664 /sys/kernel/debug/tracing/events/power/cpu_frequency/enable
28 chmod 0664 /sys/kernel/debug/tracing/events/power/cpu_idle/enable
29 chmod 0664 /sys/kernel/debug/tracing/events/power/clock_set_rate/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*
  /device/lge/hammerhead/
init.hammerhead_fp.rc 19 chmod 660 /dev/fpc1020
  /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...]
  /external/libcxx/
Makefile 40 chmod 755 $(HEADER_DIR)/c++/v1
41 chmod 644 $(HEADER_DIR)/c++/v1/*
42 chmod 755 $(HEADER_DIR)/c++/v1/ext
43 chmod 644 $(HEADER_DIR)/c++/v1/ext/*
44 chmod 755 $(HEADER_DIR)/c++/v1/experimental
45 chmod 644 $(HEADER_DIR)/c++/v1/experimental/*
  /art/tools/
Android.mk 29 $(hide) chmod 755 $@
39 $(hide) chmod 755 $@
  /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
  /external/libmtp/
libmtp.sh 41 chmod 0000 "${DEVICE}"
43 chmod "${DEVICEPERMS}" "${DEVICE}"
libmtp.sh.in 41 chmod 0000 "${DEVICE}"
43 chmod "${DEVICEPERMS}" "${DEVICE}"
  /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)
  /external/openssh/contrib/redhat/
sshd.init.old 68 chmod 600 $RSA1_KEY
69 chmod 644 $RSA1_KEY.pub
83 chmod 600 $RSA_KEY
84 chmod 644 $RSA_KEY.pub
98 chmod 600 $DSA_KEY
99 chmod 644 $DSA_KEY.pub
  /external/toybox/tests/
cp.test 37 chmod 000 two
43 chmod 000 two
47 chmod 000 sub
cpio.test 35 touch a; chmod a-rwx a; ln -s a/cant b
37 chmod u+rw a; rm -f a b
  /device/asus/flo/
kickstart_checker.sh 11 chmod 660 $(realpath /dev/block/platform/msm_sdcc.1/by-name/m9kefs1)
13 chmod 660 $(realpath /dev/block/platform/msm_sdcc.1/by-name/m9kefs2)
15 chmod 660 $(realpath /dev/block/platform/msm_sdcc.1/by-name/m9kefs3)
17 chmod 660 $(realpath /dev/block/platform/msm_sdcc.1/by-name/m9kefsc)
  /external/e2fsprogs/debian/
uuid-runtime.postinst 11 chmod 6755 /usr/sbin/uuidd
  /cts/tools/dasm/
Android.mk 32 $(hide) chmod 755 $@
  /external/dnsmasq/contrib/openvpn/
dhclient-enter-hooks 21 chmod 644 $RESOLVCONF
  /external/libvncserver/webclients/java-applet/ssl/
onetimekey 35 chmod 600 $der
53 chmod 700 $pbinhex
  /external/strace/
chmod.c 13 SYS_FUNC(chmod)
  /external/libexif/doc/
Makefile.am 52 \( -type d -exec chmod 0755 {} \; \) -or \
53 \( -type f -exec chmod 0644 {} \; \)
67 \( -type d -exec chmod 0755 {} \; \) -or \
68 \( -type f -exec chmod 0644 {} \; \)
82 find $(DOXYGEN_OUTPUT_DIR) \( -type d -exec chmod a+rx,go-w,g+s {} \; \) \
83 -or \( -type f -exec chmod a+r {} \; \)
88 ssh "sf" "find /home/groups/l/li/libexif/htdocs/internals /home/groups/l/li/libexif/htdocs/api \( -type d -exec chgrp libexif {} \; -exec chmod g+rwxs,a+rx {} \; \) -or \( -type f -exec chgrp libexif {} \; -exec chmod g+rw {} \; \( -name '*.html' -or -name '*.png' -or -name '*.php' -or -name '*.jpg' -or -name '*.css' -name '*.dot' -name '*.map' \) -exec chmod a+r {} \; \)"

Completed in 900 milliseconds

1 2 3 4 5 6 7 8 91011>>