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

1 2 3 45 6 7

  /external/lldb/source/Host/common/
File.cpp 234 if (permissions & ePermissionsWorldExecute) mode |= S_IXOTH;
  /frameworks/base/core/java/android/app/
SharedPreferencesImpl.java 553 FileUtils.S_IRWXU|FileUtils.S_IRWXG|FileUtils.S_IXOTH,
ContextImpl.java     [all...]
  /frameworks/base/core/jni/
com_android_internal_content_NativeLibraryHelper.cpp 258 static const mode_t mode = S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH;
  /hardware/intel/img/libdrm/libdrm/
xf86drm.h 51 (S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH)
  /libcore/luni/src/main/java/java/io/
File.java 632 return doChmod(ownerOnly ? S_IXUSR : (S_IXUSR | S_IXGRP | S_IXOTH), executable);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
stat.h 192 #define S_IXOTH (S_IXGRP >> 3) /* Execute by others. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
stat.h 192 #define S_IXOTH (S_IXGRP >> 3) /* Execute by others. */
  /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 457 public static final int S_IXOTH = 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 137 #define VKI_S_IXOTH S_IXOTH
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 514 initConstant(env, c, "S_IXOTH", S_IXOTH);
  /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))
  /frameworks/base/services/core/java/com/android/server/pm/
UserManagerService.java 224 |FileUtils.S_IROTH|FileUtils.S_IXOTH,
575 FileUtils.S_IRWXU|FileUtils.S_IRWXG|FileUtils.S_IXOTH,
    [all...]
  /external/elfutils/0.153/src/
ar.c 584 (arhdr->ar_mode & S_IXOTH)
    [all...]
  /external/ppp/pppd/
main.c     [all...]
  /frameworks/native/cmds/installd/
commands.c     [all...]

Completed in 1621 milliseconds

1 2 3 45 6 7