OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:chmod
(Results
201 - 225
of
948
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/device/samsung/maguro/
extract-files.sh
24
chmod
755 ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/fRom
27
chmod
755 ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/pvrsrvinit
unzip-files.sh
24
chmod
755 ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/fRom
27
chmod
755 ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/pvrsrvinit
/external/bison/build-aux/
install-sh
54
chmodprog="${CHMODPROG-
chmod
}"
270
# and set any options; do
chmod
last to preserve setuid bits.
/external/e2fsprogs/
MCONFIG.in
67
CHMOD
= @
CHMOD
@
/external/e2fsprogs/lib/blkid/
Makefile.in
136
$(Q)
chmod
+x test_probe
156
$(Q) $(
CHMOD
) $(LIBMODE) $(DESTDIR)$(libdir)/libblkid.a
/external/genext2fs/
install-sh
54
chmodprog="${CHMODPROG-
chmod
}"
270
# and set any options; do
chmod
last to preserve setuid bits.
/external/grub/
install-sh
54
chmodprog="${CHMODPROG-
chmod
}"
270
# and set any options; do
chmod
last to preserve setuid bits.
/external/libffi/
install-sh
54
chmodprog="${CHMODPROG-
chmod
}"
270
# and set any options; do
chmod
last to preserve setuid bits.
/external/llvm/autoconf/
install-sh
54
chmodprog="${CHMODPROG-
chmod
}"
269
# and set any options; do
chmod
last to preserve setuid bits.
/external/openssl/
import_openssl.sh
154
chmod
+x android.testssl/testssl
210
find $OPENSSL_DIR_ORIG -type f -print0 | xargs -0
chmod
a-w
/external/tcpdump/
Makefile.in
161
(mkdir -p $(DESTDIR)$(sbindir);
chmod
755 $(DESTDIR)$(sbindir))
164
(mkdir -p $(DESTDIR)$(mandir)/man1;
chmod
755 $(DESTDIR)$(mandir)/man1)
/libcore/luni/src/main/java/libcore/io/
ForwardingOs.java
40
public void
chmod
(String path, int mode) throws ErrnoException { os.
chmod
(path, mode); }
method in class:ForwardingOs
/ndk/build/tools/
build-ndk-sysroot.sh
217
chmod
a-x $COMMON_INCLUDE/$2
252
chmod
a-x $ARCH_INCLUDE/$2
/ndk/sources/host-tools/sed-4.2.1/testsuite/
mac-mf.inp
137
CHMOD
=
chmod
/external/valgrind/main/
Makefile.in
111
|| { find "$(distdir)" -type d ! -perm -200 -exec
chmod
u+w {} ';' \
739
find "$(distdir)/$$file" -type d ! -perm -700 -exec
chmod
u+rwx {} \;; \
743
find "$(distdir)/$$file" -type d ! -perm -700 -exec
chmod
u+rwx {} \;; \
782
-exec
chmod
u+rwx,go+rx {} \; -o \
783
! -type d ! -perm -444 -links 1 -exec
chmod
a+r {} \; -o \
784
! -type d ! -perm -400 -exec
chmod
a+r {} \; -o \
786
||
chmod
-R a+r "$(distdir)"
840
chmod
-R a-w $(distdir);
chmod
a+w $(distdir)
843
chmod
a-w $(distdir
[
all
...]
/bootable/recovery/applypatch/
applypatch.c
344
if (
chmod
(filename, file.st.st_mode) != 0) {
345
printf("
chmod
of \"%s\" failed: %s\n", filename, strerror(errno));
887
if (
chmod
(outname, source_to_use->st.st_mode) != 0) {
888
printf("
chmod
of \"%s\" failed: %s\n", outname, strerror(errno));
/bootable/recovery/minzip/
DirUtil.c
240
chmod
(path, S_ISDIR(st.st_mode) ? dirMode : fileMode)) {
/build/tools/acp/
acp.c
7
* of utime(), and getxattr()/setxattr() instead of
chmod
(). These are
/cts/tools/vm-tests/
Android.mk
53
$(hide)
chmod
755 $@
/dalvik/dx/tests/
run-test
109
chmod
755 "$run"
/dalvik/vm/
Android.mk
142
$(hide)
chmod
755 $@
/development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt
341
chmod
/development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt
376
chmod
/development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt
258
chmod
/development/pdk/docs/compatibility/
cts-development.jd
24
chmod
u+w .classpath
Completed in 1530 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>