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

1 2 3 4 5 6 78 91011>>

  /external/protobuf/
missing 208 chmod +x $file
install-sh 62 chmodprog=${CHMODPROG-chmod}
455 # and set any options; do chmod last to preserve setuid bits.
  /external/smali/smali/
Android.mk 91 $(hide) chmod 755 $
  /ndk/sources/host-tools/make-3.81/config/
missing 205 chmod +x $file
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
missing 216 chmod +x $file
install-sh 62 chmodprog=${CHMODPROG-chmod}
455 # and set any options; do chmod last to preserve setuid bits.
  /ndk/sources/host-tools/sed-4.2.1/lib/
sys_stat.in.h 342 # define lchmod chmod
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
mac-mf.good 137 CHMOD=chmod
mac-mf.inp 137 CHMOD=chmod
  /external/openssh/
buildpkg.sh.in 205 chmod 744 $FAKE_ROOT${TEST_DIR}${SMF_METHOD_DIR}/${SYSVINIT_NAME}
211 chmod 644 $FAKE_ROOT${TEST_DIR}${SMF_MANIFEST_DIR}/${SYSVINIT_NAME}.xml
216 chmod 744 $FAKE_ROOT${TEST_DIR}/etc/init.d/${SYSVINIT_NAME}
  /build/libs/host/
CopyFile.c 7 * of utime(), and getxattr()/setxattr() instead of chmod(). These are
183 if (chmod(dst, pSrcStat->st_mode & ~(S_IFMT)) != 0) {
269 if (chmod(dst, S_IWRITE|S_IREAD) == 0 && unlink(dst) == 0)
  /external/chromium/sdch/open-vcdiff/
install-sh 62 chmodprog=${CHMODPROG-chmod}
455 # and set any options; do chmod last to preserve setuid bits.
  /external/elfutils/config/
install-sh 62 chmodprog=${CHMODPROG-chmod}
455 # and set any options; do chmod last to preserve setuid bits.
  /external/libmtp/
install-sh 62 chmodprog=${CHMODPROG-chmod}
455 # and set any options; do chmod last to preserve setuid bits.
  /external/libpng/
install-sh 62 chmodprog=${CHMODPROG-chmod}
455 # and set any options; do chmod last to preserve setuid bits.
  /external/libusb-compat/
install-sh 62 chmodprog=${CHMODPROG-chmod}
455 # and set any options; do chmod last to preserve setuid bits.
  /external/netperf/
netserver.c 185 chmod(FileName,0644);
952 chmod(DEBUG_LOG_FILE,0644);
  /external/openfst/
install-sh 62 chmodprog=${CHMODPROG-chmod}
455 # and set any options; do chmod last to preserve setuid bits.
  /external/protobuf/gtest/build-aux/
install-sh 62 chmodprog=${CHMODPROG-chmod}
455 # and set any options; do chmod last to preserve setuid bits.
  /external/webkit/Tools/wx/
install-unix-extras 103 chmod +x configure install-sh
  /external/zlib/contrib/untgz/
untgz.c 32 # define chmod(path,mode) _chmod(path,mode) macro
277 chmod(item->fname,item->mode);
  /hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
uim.c 647 sz = chmod(path, 0660);
872 if (chmod("/dev/tifm", 0666) < 0) {
873 UIM_ERR("unable to chmod /dev/tifm");
  /external/bluetooth/bluez/src/
sdpd-server.c 147 chmod(SDP_UNIX_PATH, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH);
  /external/dbus/dbus/
dbus-file-unix.c 233 "Could not chmod %s: %s", tmp_filename_c,
334 if (chmod (filename_c, 0644) == -1)
  /external/dropbear/
scp.c 967 (void) chmod(np, mode);
984 (void) chmod(vect[0], mode);
1061 if (chmod(np, omode)) {
1072 if (chmod(np, omode & ~mask)) {

Completed in 1592 milliseconds

1 2 3 4 5 6 78 91011>>