Home
last modified time | relevance | path

Searched refs:_S_IREAD (Results 1 – 10 of 10) sorted by relevance

/external/stlport/src/details/
Dfstream_stdio.cpp52 # define S_IREAD _S_IREAD
57 # define S_IRUSR _S_IREAD
61 # define S_IRGRP _S_IREAD
65 # define S_IROTH _S_IREAD
98 # define _S_IREAD S_IREAD macro
/external/dbus/dbus/
Ddbus-sysdeps-wince-glue.h106 #define _S_IREAD 0000400 /* read permission, owner */ macro
Ddbus-sysdeps-util-win.c361 statbuf->mode |= _S_IREAD; in _dbus_stat()
/external/qemu/android/utils/
Dpath.c578 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/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/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()
/external/libmtp/src/
Dlibmtp.c4730 if ( (fd = _open(path, O_RDWR|O_CREAT|O_TRUNC|O_BINARY,_S_IREAD)) == -1 ) {