Searched refs:chmod (Results 1 - 25 of 211) sorted by relevance

123456789

/external/srec/tests/
H A Drun_chmod.sh0 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/
H A Drun-chmod.sh0 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
/external/chromium/chrome/browser/ui/cocoa/
H A Dkeystone_promote_postflight.sh48 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
H A Dkeystone_promote_preflight.sh67 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}" {} + >& \
H A Dinstall.sh91 chmod -R "${CHMOD_MODE}" "${DEST}" >& /dev/null
94 # but chmod -R and -h can't be used together. Do another pass to fix the
96 find "${DEST}" -type l -exec chmod -h "${CHMOD_MODE}" {} + >& /dev/null
/external/libpcap/ChmodBPF/
H A DChmodBPF23 chmod g+rw /dev/bpf*
/external/openssh/
H A Dstart-ssh14 chmod 600 /$DSA_KEY
15 chmod 644 $DSA_PUB_KEY
20 chmod 600 /$RSA_KEY
21 chmod 644 $RSA_PUB_KEY
/external/libmtp/
H A Dlibmtp.sh41 chmod 0000 "${DEVICE}"
43 chmod "${DEVICEPERMS}" "${DEVICE}"
H A Dlibmtp.sh.in41 chmod 0000 "${DEVICE}"
43 chmod "${DEVICEPERMS}" "${DEVICE}"
/external/dbus/bus/
H A Dmessagebus-config.in149 chmod 775 "${SYSCONFDIR}"
154 chmod 775 "${DEVDIR}"
159 chmod 775 "${LOGDIR}"
164 chmod 775 "${RUNDIR}"
169 chmod 775 "${SOCKDIR}"
/external/openssh/contrib/redhat/
H A Dsshd.init.old68 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/e2fsprogs/debian/
H A Duuid-runtime.postinst11 chmod 6755 /usr/sbin/uuidd
H A Dlibuuid1.postinst36 chmod 2775 /var/lib/libuuid
/external/valgrind/tsan/
H A Dmk-self-contained-tsan-pin.sh20 chmod +x $OUT
39 chmod +rwx $EXTRACT_DIR
H A Dmk-self-contained-valgrind.sh24 rm -f $OUT && touch $OUT && chmod +x $OUT || exit 1
43 chmod +rwx $EXTRACT_DIR
/external/dnsmasq/contrib/openvpn/
H A Ddhclient-enter-hooks21 chmod 644 $RESOLVCONF
/external/llvm/utils/llvm-lit/
H A DMakefile21 $(Verb)chmod +x $@
/external/protobuf/examples/
H A DMakefile40 @chmod +x add_person_java
46 @chmod +x list_people_java
52 @chmod +x add_person_python
58 @chmod +x list_people_python
/external/elfutils/
H A DMakefile.am46 chmod -R u+w $(distdir)
/external/openssh/regress/
H A Dagent-ptrace.sh28 $SUDO chmod 2755 ${SSHAGENT}
/external/webkit/Tools/Scripts/
H A Dpdevenv41 chmod 0755, $path;
/external/bzip2/
H A DMakefile82 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
[all...]
/external/e2fsprogs/lib/et/
H A Dcompile_et.sh.in54 chmod -w ${BASE}.h
61 chmod -w ${BASE}.c
/external/mdnsresponder/
H A DMakefile32 if test -e $(DDNSWRITECONFIG) ; then chown 0:80 $(DDNSWRITECONFIG) ; chmod 4555 $(DDNSWRITECONFIG) ; fi
/external/bluetooth/glib/
H A Dmkinstalldirs90 echo "chmod $dirmode $pathcomp"
92 chmod "$dirmode" "$pathcomp" || lasterr=$?

Completed in 446 milliseconds

123456789