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

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/
stat.h 146 extern int chmod(const char*, mode_t);
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/
stat.h 146 extern int chmod(const char*, mode_t);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_scripts.py 127 os.chmod(file, newmode)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_scripts.py 127 os.chmod(file, newmode)
  /external/libvncserver/
Makefile 140 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
626 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
630 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
666 -exec chmod u+rwx,go+rx {} \; -o \
667 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
668 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
670 || chmod -R a+r "$(distdir)"
730 chmod -R a-w $(distdir); chmod u+w $(distdir)
733 chmod a-w $(distdir
    [all...]
missing 206 chmod +x $file
  /build/tools/apicheck/
Android.mk 37 $(hide) chmod 755 $@
  /cts/tools/cts-api-coverage/
Android.mk 35 $(hide) chmod 755 $@
  /cts/tools/cts-java-scanner/
Android.mk 35 $(hide) chmod 755 $@
  /cts/tools/cts-native-scanner/
Android.mk 35 $(hide) chmod 755 $@
  /cts/tools/cts-xml-generator/
Android.mk 35 $(hide) chmod 755 $@
  /dalvik/tools/dexdeps/
Android.mk 35 $(hide) chmod 755 $@
  /development/tools/rmtypedefs/
Android.mk 38 $(hide) chmod 755 $@
  /external/bison/build-aux/
missing 205 chmod +x $file
  /external/chromium-trace/trace-viewer/tracing/build/
run_dev_server_tests 154 os.chmod(chrome_path, os.stat(chrome_path).st_mode | stat.S_IEXEC)
159 os.chmod(path, os.stat(path).st_mode | stat.S_IEXEC)
  /external/dhcpcd/dhcpcd-hooks/
20-resolv.conf 65 chmod 644 /etc/resolv.conf
  /external/dnsmasq/contrib/slackware-dnsmasq/
dnsmasq.SlackBuild 28 chmod 755 $PKG/usr/sbin/dnsmasq
  /external/libcap-ng/libcap-ng-0.7/
missing 206 chmod +x $file
  /external/libopus/
missing 206 chmod +x $file
  /external/lldb/scripts/
build-llvm.pl 217 chmod($script_mode, $script_prog_path);
229 chmod($script_mode, $script_prog_path);
  /external/llvm/autoconf/
missing 205 chmod +x $file
  /external/openfst/
missing 206 chmod +x $file
  /external/openssh/contrib/cygwin/
ssh-user-config 108 if [ -d "${pwdhome}" -a -n "`chmod -c g-w,o-w "${pwdhome}"`" ]
154 if ! chmod u-x,g-wx,o-wx "${pwdhome}/.ssh/authorized_keys"
  /external/openssh/
sshpty.c 96 if (chmod(tty, (mode_t) 0666) < 0)
97 error("chmod %.100s 0666 failed: %.100s", tty, strerror(errno));
235 if (chmod(tty, mode) < 0) {
238 debug("chmod(%.100s, 0%o) failed: %.100s",
241 fatal("chmod(%.100s, 0%o) failed: %.100s",
  /external/smali/baksmali/
Android.mk 73 $(hide) chmod 755 $

Completed in 2053 milliseconds

1 2 3 4 5 6 78 91011>>