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

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
osstat.h 19 #define S_IWRITE _S_IWRITE
  /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/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/include-fixed/X11/
Xw32defs.h 80 # define S_IWRITE _S_IWRITE
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xw32defs.h 71 # define S_IWRITE _S_IWRITE
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xw32defs.h 71 # define S_IWRITE _S_IWRITE
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
stat.h 66 #define _S_IWRITE 0x0080
140 #define S_IWRITE _S_IWRITE
145 #define _S_IRWXU (_S_IREAD | _S_IWRITE | _S_IEXEC)
147 #define _S_IWUSR _S_IWRITE
  /bootable/recovery/minadbd/
sysdeps.h 96 rc = chmod(path, _S_IREAD|_S_IWRITE );
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-port.cc 504 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE);
  /external/llvm/utils/unittest/googletest/src/
gtest-port.cc 504 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE);
  /external/mesa3d/src/gtest/src/
gtest-port.cc 504 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 574 ret = _chmod( path, _S_IREAD | _S_IWRITE );
  /system/core/adb/
sysdeps.h 98 rc = chmod(path, _S_IREAD|_S_IWRITE );
  /external/chromium_org/testing/gtest/src/
gtest-port.cc 528 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE);
  /external/gtest/src/
gtest-port.cc 529 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE);
  /ndk/sources/third_party/googletest/googletest/src/
gtest-port.cc 528 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE);
  /frameworks/base/tools/aidl/
aidl.cpp     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]

Completed in 324 milliseconds