Home
last modified time | relevance | path

Searched refs:share_mode (Results 1 – 4 of 4) sorted by relevance

/external/qemu/android/utils/
Dmapfile.c33 mapfile_open(const char* path, int oflag, int share_mode) in mapfile_open() argument
52 if ((share_mode & S_IWRITE) != 0) { in mapfile_open()
55 if ((share_mode & S_IREAD) != 0) { in mapfile_open()
88 int file_handle = open(path, oflag, share_mode); in mapfile_open()
Dmapfile.h56 extern MapFile* mapfile_open(const char* path, int oflag, int share_mode);
/external/chromium/chrome/common/
Dzip.cc118 DWORD share_mode, flags_and_attributes; in ZipOpenFunc() local
122 desired_access = share_mode = flags_and_attributes = 0; in ZipOpenFunc()
127 share_mode = FILE_SHARE_READ; in ZipOpenFunc()
138 file = CreateFile(filename_wstr.c_str(), desired_access, share_mode, in ZipOpenFunc()
/external/chromium/base/
Dprocess_util_mac.mm326 info.share_mode != SM_PRIVATE)
329 if (info.share_mode == SM_COW && info.ref_count == 1)
330 info.share_mode = SM_PRIVATE;
332 switch (info.share_mode) {