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

1 2 3 45 6 7

  /frameworks/base/core/java/android/os/
FileUtils.java 52 public static final int S_IXUSR = 00100;
  /frameworks/rs/
rsScriptC.cpp 81 if (mkdir(currentDir.string(), S_IRUSR | S_IWUSR | S_IXUSR)) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
stat.h 150 #define S_IXUSR _S_IXUSR
  /external/chromium_org/build/
get_syzygy_binaries.py 304 os.chmod(fullpath, os.stat(fullpath).st_mode | stat.S_IXUSR)
  /external/chromium_org/tools/checkperms/
checkperms.py 290 permission = stat.S_IXUSR | stat.S_IXGRP | stat.S_IXOTH
  /external/lldb/source/Host/common/
File.cpp 228 if (permissions & ePermissionsUserExecute) mode |= S_IXUSR;
  /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)
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java 88 | FileUtils.S_IXUSR;
    [all...]
  /hardware/ti/omap4-aah/security/tf_daemon/
delegation_client.c 530 if ((buf.st_mode & (S_IXUSR | S_IWUSR)) != (S_IXUSR | S_IWUSR))
    [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c 487 if ((buf.st_mode & (S_IXUSR | S_IWUSR)) != (S_IXUSR | S_IWUSR))
    [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 458 public static final int S_IXUSR = 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/tools/valgrind/
valgrind_test.py 463 os.chmod(indirect_fname, stat.S_IRUSR|stat.S_IXUSR)
    [all...]
  /external/mksh/src/
expr.c 913 (sb.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH)) == 0)
  /external/valgrind/main/include/vki/
vki-darwin.h 129 #define VKI_S_IXUSR S_IXUSR
  /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 515 initConstant(env, c, "S_IXUSR", S_IXUSR);
  /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))

Completed in 1527 milliseconds

1 2 3 45 6 7