Searched refs:_S_IREAD (Results 1 – 10 of 10) sorted by relevance
/external/stlport/src/details/ |
D | fstream_stdio.cpp | 52 # 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/ |
D | dbus-sysdeps-wince-glue.h | 106 #define _S_IREAD 0000400 /* read permission, owner */ macro
|
D | dbus-sysdeps-util-win.c | 361 statbuf->mode |= _S_IREAD; in _dbus_stat()
|
/external/qemu/android/utils/ |
D | path.c | 578 ret = _chmod( path, _S_IREAD | _S_IWRITE ); in path_delete_file()
|
/external/protobuf/gtest/src/ |
D | gtest-port.cc | 460 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); in CapturedStderr()
|
/external/llvm/utils/unittest/googletest/ |
D | gtest-port.cc | 504 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); in CapturedStream()
|
/external/chromium/testing/gtest/src/ |
D | gtest-port.cc | 504 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); in CapturedStream()
|
/external/gtest/src/ |
D | gtest-port.cc | 504 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); in CapturedStream()
|
/external/libvpx/build/make/ |
D | obj_int_extract.c | 1010 fd = _sopen(f, _O_BINARY, _SH_DENYNO, _S_IREAD | _S_IWRITE); in main()
|
/external/libmtp/src/ |
D | libmtp.c | 4730 if ( (fd = _open(path, O_RDWR|O_CREAT|O_TRUNC|O_BINARY,_S_IREAD)) == -1 ) {
|