Searched defs:share_mode (Results 1 - 2 of 2) sorted by relevance

/external/qemu/android/utils/
H A Dmapfile.c33 mapfile_open(const char* path, int oflag, int share_mode) argument
52 if ((share_mode & S_IWRITE) != 0) {
55 if ((share_mode & S_IREAD) != 0) {
88 int file_handle = open(path, oflag, share_mode);
/external/chromium/chrome/common/
H A Dzip.cc118 DWORD share_mode, flags_and_attributes; local
122 desired_access = share_mode = flags_and_attributes = 0;
127 share_mode = FILE_SHARE_READ;
138 file = CreateFile(filename_wstr.c_str(), desired_access, share_mode,

Completed in 78 milliseconds