Home
last modified time | relevance | path

Searched refs:_S_IWRITE (Results 1 – 11 of 11) sorted by relevance

/external/stlport/src/details/
Dfstream_stdio.cpp53 # 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 macro
/external/marisa-trie/v0_1_5/tests/
Dio-test.cc105 _SH_DENYRW, _S_IREAD | _S_IWRITE) == 0); in TestFd()
/external/marisa-trie/tests/
Dio-test.cc104 _SH_DENYRW, _S_IREAD | _S_IWRITE) == 0); in TestFd()
/external/open-vcdiff/gtest/src/
Dgtest-port.cc460 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); in CapturedStderr()
/external/protobuf/gtest/src/
Dgtest-port.cc460 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); in CapturedStderr()
/external/qemu/android/utils/
Dpath.c590 ret = _chmod( path, _S_IREAD | _S_IWRITE ); in path_delete_file()
/external/llvm/utils/unittest/googletest/
Dgtest-port.cc504 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); in CapturedStream()
/external/chromium/testing/gtest/src/
Dgtest-port.cc504 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); in CapturedStream()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-port.cc504 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); in CapturedStream()
/external/gtest/src/
Dgtest-port.cc504 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); in CapturedStream()
/external/ceres-solver/internal/ceres/
Dgmock_gtest_all.cc8306 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); in CapturedStream()