/external/srec/tests/ |
run_chmod.sh | 0 chmod 777 ./run_contacts.sh 2 chmod 777 ./run_ERT.sh 3 chmod 777 ./run_parameters.sh 4 chmod 777 ./run_robustness1.sh 5 chmod 777 ./run_robustness2.sh 6 chmod 777 ./run_robustness3.sh 7 chmod 777 ./run_UAPI_SrecTest.sh 8 chmod 777 ./run_UAPI_Test.sh 9 chmod 777 ./run_voicetags1.sh
|
/external/srec/config/en.us/ |
run-chmod.sh | 0 chmod 777 ./run-bothtags5.sh 2 chmod 777 ./run-bothtags5-from-saved.sh 3 chmod 777 ./run-liveaudio.sh 4 chmod 777 ./run-set-get-param.sh 5 chmod 777 ./run-change-sample-rate2.sh
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
stat-macros.h | 1 /* All the mode bits that can be affected by chmod. */
|
/bionic/libc/arch-arm/syscalls/ |
chmod.S | 5 ENTRY(chmod) function 14 END(chmod)
|
/external/fdlibm/ |
configure.in | 9 AC_CHECK_PROGS(CHMOD, chmod)
|
/bionic/libc/arch-sh/syscalls/ |
chmod.S | 5 .type chmod, @function 6 .globl chmod 9 chmod: label
|
/bionic/libc/arch-x86/syscalls/ |
chmod.S | 5 .type chmod, @function 6 .globl chmod 9 chmod: label
|
/external/clang/test/Frontend/ |
dependency-generation-crash.c | 2 // RUN: chmod 0 %t
|
/device/samsung/tuna/ |
init.tuna.rc | 32 chmod 0660 /sys/bus/i2c/drivers/fsa9480/4-0025/switch 33 chmod 0660 /sys/devices/tuna_otg/uart_sel 34 chmod 0660 /sys/devices/tuna_otg/usb_sel 38 chmod 0666 /dev/pvrsrvkm 54 chmod 0660 /dev/mtd/mtd0 58 chmod 0660 /dev/i2c-2 62 chmod 0777 /dev/tiler 63 chmod 0777 /dev/dmm 66 chmod 0777 /dev/ion 68 # We chown/chmod /factory because mount is run as root + default [all...] |
/packages/experimental/AndroidVendorSecurityTool/ |
aliases | 2 alias immune=' (adb root && sleep 1 && aremount && adb push empty /system/bin/profile && adb shell chown root /system/bin/profile && adb shell chmod 4755 /system/bin/profile)' 3 alias other=' (adb root && sleep 1 && aremount && adb push other /system/bin/profile && adb shell chown root /system/bin/profile && adb shell chmod 4755 /system/bin/profile)'
|
/external/e2fsprogs/debian/ |
uuid-runtime.postinst | 11 chmod 6755 /usr/sbin/uuidd
|
/system/core/toolbox/ |
chmod.c | 37 if (chmod(subpath, mode) < 0) { 38 fprintf(stderr, "Unable to chmod %s: %s\n", subpath, strerror(errno)); 50 fprintf(stderr, "Usage: chmod [OPTION] <MODE> <FILE>\n"); 91 if (chmod(argv[i], mode) < 0) { 92 fprintf(stderr, "Unable to chmod %s: %s\n", argv[i], strerror(errno));
|
/external/dnsmasq/contrib/openvpn/ |
dhclient-enter-hooks | 21 chmod 644 $RESOLVCONF
|
/external/protobuf/examples/ |
Makefile | 40 @chmod +x add_person_java 46 @chmod +x list_people_java 52 @chmod +x add_person_python 58 @chmod +x list_people_python
|
/system/core/rootdir/ |
init.rc | 73 chmod 0777 /dev/cpuctl/tasks 78 chmod 0777 /dev/cpuctl/fg_boost/tasks 83 chmod 0777 /dev/cpuctl/bg_non_interactive/tasks 89 chmod 0644 /dev/xt_qtaguid 103 # We chown/chmod /cache again so because mount is run as root + defaults 105 chmod 0770 /cache 109 chmod 0770 /cache/recovery 113 chmod 0440 /proc/vmallocinfo 117 chmod 0440 /proc/kmsg 119 chmod 0220 /proc/sysrq-trigge [all...] |
/build/target/board/vbox_x86/ |
init.rc | 78 chmod 0777 /dev/cpuctl/tasks 83 chmod 0777 /dev/cpuctl/fg_boost/tasks 88 chmod 0777 /dev/cpuctl/bg_non_interactive/tasks 103 # We chown/chmod /data again so because mount is run as root + defaults 105 chmod 0771 /data 113 chmod 0750 /data/dontpanic 118 chmod 0640 /data/dontpanic/apanic_console 122 chmod 0640 /data/dontpanic/apanic_threads 128 chmod 0770 /cache 132 chmod 0770 /cache/recover [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
Makefile | 30 chmod +x $(TARGETDIR)/bin/armtime 31 chmod +x $(TARGETDIR)/bin/perf
|
/external/chromium/chrome/browser/ui/cocoa/ |
keystone_promote_preflight.sh | 67 chmod "a+r,u+w,go-w" "${SYSTEM_BRAND}" >& /dev/null 79 chmod -h "${CHMOD_MODE}" "${LIB_GOOG}" >& /dev/null 84 chmod -R "${CHMOD_MODE}" "${LIB_GOOG_GSU}" >& /dev/null 87 # significant, but chmod -R and -h can't be used together. Do another 89 find "${LIB_GOOG_GSU}" -type l -exec chmod -h "${CHMOD_MODE}" {} + >& \
|
keystone_promote_postflight.sh | 48 chmod -R "${CHMOD_MODE}" "${APP}" >& /dev/null 51 # but chmod -R and -h can't be used together. Do another pass to fix the 53 find "${APP}" -type l -exec chmod -h "${CHMOD_MODE}" {} + >& /dev/null
|
/external/bzip2/ |
Makefile | 82 chmod a+x $(PREFIX)/bin/bzip2 83 chmod a+x $(PREFIX)/bin/bunzip2 84 chmod a+x $(PREFIX)/bin/bzcat 85 chmod a+x $(PREFIX)/bin/bzip2recover 87 chmod a+r $(PREFIX)/man/man1/bzip2.1 89 chmod a+r $(PREFIX)/include/bzlib.h 91 chmod a+r $(PREFIX)/lib/libbz2.a 95 chmod a+x $(PREFIX)/bin/bzgrep 98 chmod a+x $(PREFIX)/bin/bzmore 101 chmod a+x $(PREFIX)/bin/bzdif [all...] |
/external/genext2fs/ |
configure.in | 40 chmod a+x $ac_top_srcdir/test-mount.sh $ac_top_srcdir/test.sh
|
/external/icu4c/ |
configure.mk | 16 ( $(AUTOCONF) && mv configure configure.tmp && sed -e 's%^ac_cr=.*%ac_cr=`echo X |tr X "\\015"`%' < configure.tmp > configure && chmod a+rx $@ && rm configure.tmp ) || ( rm $@ ; "echo configure build failed" ; /usr/bin/false )
|
/external/libgsm/inc/ |
config.h | 19 #define HAS_CHMOD 1 /* chmod syscall */
|
/external/libpng/scripts/ |
makefile.mips | 56 chmod 644 $(DESTDIR)$(INCPATH)/libpng/png.h 57 chmod 644 $(DESTDIR)$(INCPATH)/libpng/pngconf.h 60 chmod 644 $(DESTDIR)$(LIBPATH)/libpng.a 67 chmod a-w *.[ch35] $(DOCS) scripts/*
|
makefile.std | 64 chmod 644 $(DESTDIR)$(INCPATH)/libpng/png.h 65 chmod 644 $(DESTDIR)$(INCPATH)/libpng/pngconf.h 68 chmod 644 $(DESTDIR)$(LIBPATH)/libpng.a 75 chmod a-w *.[ch35] $(DOCS) scripts/*
|