HomeSort by relevance Sort by last modified time
    Searched refs:S_IXGRP (Results 101 - 125 of 153) sorted by null

1 2 3 45 6 7

  /libcore/luni/src/main/java/java/io/
File.java 632 return doChmod(ownerOnly ? S_IXUSR : (S_IXUSR | S_IXGRP | S_IXOTH), executable);
    [all...]
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java     [all...]
  /bootable/recovery/mtdutils/
mtdutils.c 223 mode_t new_mode = st.st_mode | S_IXUSR | S_IXGRP | S_IXOTH;
  /libcore/luni/src/main/java/android/system/
OsConstants.java 456 public static final int S_IXGRP = placeholder();
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
webbrowser.py 117 if mode & stat.S_IXUSR or mode & stat.S_IXGRP or mode & stat.S_IXOTH:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
webbrowser.py 117 if mode & stat.S_IXUSR or mode & stat.S_IXGRP or mode & stat.S_IXOTH:
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 
  /external/chromium_org/base/files/
file_path_watcher_browsertest.cc 816 mode = S_IXUSR | S_IXGRP | S_IXOTH;
  /external/chromium_org/chrome/browser/
shell_integration_linux.cc 159 S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH);
    [all...]
  /external/mksh/src/
expr.c 913 (sb.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH)) == 0)
exec.c 1202 !(sb.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH))))
    [all...]
  /external/valgrind/main/include/vki/
vki-darwin.h 133 #define VKI_S_IXGRP S_IXGRP
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_unix.c 415 chmod(dir, S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP) < 0) {
  /frameworks/base/tools/aidl/
aidl.cpp 754 mkdir(p.data(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP);
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 513 initConstant(env, c, "S_IXGRP", S_IXGRP);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_import.py 122 stat.S_IXUSR | stat.S_IXGRP | stat.S_IXOTH))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_import.py 122 stat.S_IXUSR | stat.S_IXGRP | stat.S_IXOTH))
  /external/elfutils/0.153/src/
ar.c 579 (arhdr->ar_mode & S_IXGRP)
    [all...]
  /external/ppp/pppd/
main.c     [all...]
  /hardware/intel/img/libdrm/libdrm/
xf86drm.c 331 devmode &= ~(S_IXUSR|S_IXGRP|S_IXOTH);
    [all...]
  /system/vold/
VolumeManager.cpp 575 || fchmod(dirfd, S_IRUSR | S_IWUSR | S_IXUSR | S_ISGID | S_IRGRP | S_IXGRP)) {
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
zic.c 24 #define MKDIR_UMASK (S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH)
    [all...]
  /external/genext2fs/
genext2fs.c     [all...]
  /external/icu/icu4c/source/tools/tzcode/
zic.c 24 #define MKDIR_UMASK (S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH)
    [all...]
  /external/chromium_org/sdch/open-vcdiff/
ltmain.sh     [all...]

Completed in 730 milliseconds

1 2 3 45 6 7