HomeSort by relevance Sort by last modified time
    Searched refs:_S_IWRITE (Results 1 - 21 of 21) sorted by null

  /external/stlport/src/details/
fstream_stdio.cpp 53 # define S_IWRITE _S_IWRITE
58 # define S_IWUSR _S_IWRITE
62 # define S_IWGRP _S_IWRITE
66 # define S_IWOTH _S_IWRITE
97 # define _S_IWRITE S_IWRITE
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_stdio.cpp 53 # define S_IWRITE _S_IWRITE
58 # define S_IWUSR _S_IWRITE
62 # define S_IWGRP _S_IWRITE
66 # define S_IWOTH _S_IWRITE
97 # define _S_IWRITE S_IWRITE
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xw32defs.h 82 #define S_IWRITE _S_IWRITE
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xw32defs.h 73 #define S_IWRITE _S_IWRITE
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h 82 #define S_IWRITE _S_IWRITE
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 73 #define S_IWRITE _S_IWRITE
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h 82 #define S_IWRITE _S_IWRITE
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 73 #define S_IWRITE _S_IWRITE
  /external/marisa-trie/tests/
io-test.cc 104 _SH_DENYRW, _S_IREAD | _S_IWRITE) == 0);
  /external/marisa-trie/v0_1_5/tests/
io-test.cc 105 _SH_DENYRW, _S_IREAD | _S_IWRITE) == 0);
  /bootable/recovery/minadbd/
sysdeps.h 96 rc = chmod(path, _S_IREAD|_S_IWRITE );
  /external/chromium/testing/gtest/src/
gtest-port.cc 504 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE);
  /external/gtest/src/
gtest-port.cc 504 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE);
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-port.cc 504 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE);
  /external/llvm/utils/unittest/googletest/
gtest-port.cc 504 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE);
  /external/open-vcdiff/gtest/src/
gtest-port.cc 460 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE);
  /external/protobuf/gtest/src/
gtest-port.cc 460 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE);
  /external/qemu/android/utils/
path.c 590 ret = _chmod( path, _S_IREAD | _S_IWRITE );
  /system/core/adb/
sysdeps.h 97 rc = chmod(path, _S_IREAD|_S_IWRITE );
  /frameworks/base/tools/aidl/
aidl.cpp     [all...]
  /external/ceres-solver/internal/ceres/
gmock_gtest_all.cc     [all...]

Completed in 734 milliseconds