OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:chmod
(Results
126 - 150
of
948
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/install-tools/
mkinstalldirs
134
echo "
chmod
$dirmode $pathcomp"
136
chmod
"$dirmode" "$pathcomp" || lasterr=$?
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/install-tools/
mkinstalldirs
134
echo "
chmod
$dirmode $pathcomp"
136
chmod
"$dirmode" "$pathcomp" || lasterr=$?
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/libexec/gcc/arm-eabi/4.4.3/install-tools/
mkinstalldirs
134
echo "
chmod
$dirmode $pathcomp"
136
chmod
"$dirmode" "$pathcomp" || lasterr=$?
/prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/libexec/gcc/arm-linux-androideabi/4.4.3/install-tools/
mkinstalldirs
134
echo "
chmod
$dirmode $pathcomp"
136
chmod
"$dirmode" "$pathcomp" || lasterr=$?
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/install-tools/
mkinstalldirs
134
echo "
chmod
$dirmode $pathcomp"
136
chmod
"$dirmode" "$pathcomp" || lasterr=$?
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/install-tools/
mkinstalldirs
134
echo "
chmod
$dirmode $pathcomp"
136
chmod
"$dirmode" "$pathcomp" || lasterr=$?
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/libexec/gcc/arm-eabi/4.4.3/install-tools/
mkinstalldirs
134
echo "
chmod
$dirmode $pathcomp"
136
chmod
"$dirmode" "$pathcomp" || lasterr=$?
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/libexec/gcc/arm-linux-androideabi/4.4.3/install-tools/
mkinstalldirs
134
echo "
chmod
$dirmode $pathcomp"
136
chmod
"$dirmode" "$pathcomp" || lasterr=$?
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/install-tools/
mkinstalldirs
134
echo "
chmod
$dirmode $pathcomp"
136
chmod
"$dirmode" "$pathcomp" || lasterr=$?
/prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/install-tools/
mkinstalldirs
134
echo "
chmod
$dirmode $pathcomp"
136
chmod
"$dirmode" "$pathcomp" || lasterr=$?
/external/zlib/
Makefile.in
172
cd $(DESTDIR)$(libdir);
chmod
u=rw,go=r $(STATICLIB)
175
chmod
755 $(SHAREDLIBV); \
182
chmod
644 $(DESTDIR)$(man3dir)/zlib.3
184
chmod
644 $(DESTDIR)$(pkgconfigdir)/zlib.pc
191
chmod
644 $(DESTDIR)$(includedir)/zlib.h $(DESTDIR)$(includedir)/zconf.h
/external/bison/
Makefile
105
|| { find $(distdir) -type d ! -perm -200 -exec
chmod
u+w {} ';' \
503
-find $(distdir) -type d ! -perm -777 -exec
chmod
a+rwx {} \; -o \
504
! -type d ! -perm -444 -links 1 -exec
chmod
a+r {} \; -o \
505
! -type d ! -perm -400 -exec
chmod
a+r {} \; -o \
507
||
chmod
-R a+r $(distdir)
549
chmod
-R a-w $(distdir);
chmod
a+w $(distdir)
552
chmod
a-w $(distdir)
566
&&
chmod
-R a-w "$$dc_install_base" \
Makefile.in
105
|| { find $(distdir) -type d ! -perm -200 -exec
chmod
u+w {} ';' \
503
-find $(distdir) -type d ! -perm -777 -exec
chmod
a+rwx {} \; -o \
504
! -type d ! -perm -444 -links 1 -exec
chmod
a+r {} \; -o \
505
! -type d ! -perm -400 -exec
chmod
a+r {} \; -o \
507
||
chmod
-R a+r $(distdir)
549
chmod
-R a-w $(distdir);
chmod
a+w $(distdir)
552
chmod
a-w $(distdir)
566
&&
chmod
-R a-w "$$dc_install_base" \
configure.ac
125
AC_CONFIG_FILES([tests/bison], [
chmod
+x tests/bison])
/external/genext2fs/
Makefile.in
77
|| { find $(distdir) -type d ! -perm -200 -exec
chmod
u+w {} ';' \
466
-find $(distdir) -type d ! -perm -777 -exec
chmod
a+rwx {} \; -o \
467
! -type d ! -perm -444 -links 1 -exec
chmod
a+r {} \; -o \
468
! -type d ! -perm -400 -exec
chmod
a+r {} \; -o \
470
||
chmod
-R a+r $(distdir)
512
chmod
-R a-w $(distdir);
chmod
a+w $(distdir)
515
chmod
a-w $(distdir)
529
&&
chmod
-R a-w "$$dc_install_base" \
/external/e2fsprogs/lib/ss/
Makefile.in
120
# $(
CHMOD
) -x $@
125
$(Q) $(
CHMOD
) +x mk_cmds
141
$(Q) $(
CHMOD
) $(LIBMODE) $(DESTDIR)$(libdir)/libss.a
/external/libpcap/
Makefile.in
177
(mkdir -p $(DESTDIR)$(libdir);
chmod
755 $(DESTDIR)$(libdir))
181
(mkdir -p $(DESTDIR)$(includedir);
chmod
755 $(DESTDIR)$(includedir))
188
(mkdir -p $(DESTDIR)$(mandir)/man3;
chmod
755 $(DESTDIR)$(mandir)/man3)
/bionic/libc/include/sys/
stat.h
81
extern int
chmod
(const char *, mode_t);
/cts/tests/jni/
android_os_cts_FileUtils.cpp
106
jint returnValue =
chmod
(fileStr, mode) == 0 ? 0 : errno;
/dalvik/tools/
dexcheck
27
# also use "su" followed by "
chmod
777 /data/dalvik-cache".
/development/ndk/platforms/android-3/include/sys/
stat.h
81
extern int
chmod
(const char *, mode_t);
/development/tools/line_endings/
line_endings.c
50
chmod
(argv[i], S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP);
/external/bluetooth/glib/glib/
gstdio.h
38
#define g_chmod
chmod
/external/dbus/
autogen.sh
19
chmod
-c +x .git/hooks/pre-commit
/external/dhcpcd/dhcpcd-hooks/
20-resolv.conf
65
chmod
644 /etc/resolv.conf
Completed in 572 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>