Home
last modified time | relevance | path

Searched refs:_S_IWRITE (Results 1 – 9 of 9) 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/dbus/dbus/
Ddbus-sysdeps-wince-glue.h107 #define _S_IWRITE 0000200 /* write permission, owner */ macro
Ddbus-sysdeps-util-win.c363 statbuf->mode |= _S_IWRITE; in _dbus_stat()
/external/qemu/android/utils/
Dpath.c574 ret = _chmod( path, _S_IREAD | _S_IWRITE ); in path_delete_file()
/external/protobuf/gtest/src/
Dgtest-port.cc460 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); in CapturedStderr()
/external/gtest/src/
Dgtest-port.cc504 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); in CapturedStream()
/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/build/make/
Dobj_int_extract.c1010 fd = _sopen(f, _O_BINARY, _SH_DENYNO, _S_IREAD | _S_IWRITE); in main()