Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/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
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-port.cc528 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); in CapturedStream()