HomeSort by relevance Sort by last modified time
    Searched full:share_mode (Results 1 - 8 of 8) sorted by null

  /external/qemu/android/utils/
mapfile.c 33 mapfile_open(const char* path, int oflag, int share_mode)
52 if ((share_mode & S_IWRITE) != 0) {
55 if ((share_mode & S_IREAD) != 0) {
88 int file_handle = open(path, oflag, share_mode);
mapfile.h 50 * share_mode Defines sharing mode for the opened file. This value follows the
56 extern MapFile* mapfile_open(const char* path, int oflag, int share_mode);
  /ndk/sources/host-tools/ndk-stack/elff/
mapfile.c 33 mapfile_open(const char* path, int oflag, int share_mode)
52 if ((share_mode & S_IWRITE) != 0) {
55 if ((share_mode & S_IREAD) != 0) {
88 int file_handle = open(path, oflag, share_mode);
mapfile.h 50 * share_mode Defines sharing mode for the opened file. This value follows the
56 extern MapFile* mapfile_open(const char* path, int oflag, int share_mode);
  /external/chromium/chrome/common/
zip.cc 118 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,
  /development/host/windows/usb/api/
adb_legacy_endpoint_object.cpp 194 AdbOpenSharingMode share_mode) {
199 if (!GetSDKComplientParam(access_type, share_mode,
207 share_mode,
adb_legacy_endpoint_object.h 118 AdbOpenSharingMode share_mode);
  /external/chromium/base/
process_util_mac.mm 326 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) {

Completed in 186 milliseconds