HomeSort by relevance Sort by last modified time
    Searched refs:S_IROTH (Results 201 - 225 of 289) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/tensorflow/tensorflow/python/debug/cli/
debugger_cli_common_test.py     [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCameraMuxer.cpp     [all...]
  /frameworks/native/cmds/installd/
dexopt.cpp     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraMuxer.cpp     [all...]
  /art/runtime/
oat_file_assistant.cc 741 (dex_path_stat.st_mode & S_IROTH);
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
PosixFileSystem.c     [all...]
  /external/autotest/client/common_lib/
test.py 569 mode = mode | stat.S_IROTH | stat.S_IWOTH | stat.S_IXOTH
    [all...]
  /external/autotest/server/cros/
tradefed_test.py 114 stat.S_IRWXU | stat.S_IRGRP | stat.S_IXGRP | stat.S_IROTH
    [all...]
  /external/libchrome/base/files/
file_path_watcher_unittest.cc 810 mode = S_IRUSR | S_IRGRP | S_IROTH;
  /external/python/cpython3/Lib/test/test_importlib/source/
test_file_loader.py 484 stat.S_IRUSR | stat.S_IRGRP | stat.S_IROTH)
  /external/syslinux/com32/rosh/
rosh.c 740 st_mode_str[0] = ((st_mode & S_IROTH) ? 'r' : '-');
  /external/valgrind/include/vki/
vki-darwin.h 143 #define VKI_S_IROTH S_IROTH
vki-solaris.h     [all...]
  /frameworks/base/core/java/android/os/
FileUtils.java 79 public static final int S_IROTH = 00004;
    [all...]
  /frameworks/base/core/jni/
android_os_Parcel.cpp 504 if (mode&0x00000001) realMode |= S_IROTH;
  /libcore/luni/src/main/java/android/system/
OsConstants.java 513 public static final int S_IROTH = placeholder();
    [all...]
  /system/netd/server/
RouteController.cpp 102 const mode_t RT_TABLES_MODE = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; // mode 0644, rw-r--r--
    [all...]
  /external/squashfs-tools/squashfs-tools/
unsquashfs.c 113 { S_IROTH, S_IROTH, 7, 'r' },
    [all...]
  /frameworks/native/cmds/dumpstate/
dumpstate.cpp     [all...]
utils.cpp 764 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH));
    [all...]
  /external/elfutils/src/
ar.c 571 (arhdr->ar_mode & S_IROTH) ? 'r' : '-',
    [all...]
  /external/ppp/pppd/
options.c 1129 return sbuf.st_mode & S_IROTH;
    [all...]
  /frameworks/native/cmds/dumpstate/tests/
dumpstate_test.cpp 875 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH));
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 571 initConstant(env, c, "S_IROTH", S_IROTH);
    [all...]
  /external/autotest/server/hosts/
adb_host.py 73 stat.S_IROTH, stat.S_IWOTH, stat.S_IXOTH]
    [all...]

Completed in 1566 milliseconds

1 2 3 4 5 6 7 891011>>