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

  /external/chromium_org/chrome_elf/create_file/
chrome_create_file.h 17 DWORD share_mode,
31 DWORD share_mode,
chrome_create_file.cc 97 DWORD share_mode,
104 share_mode,
115 DWORD share_mode,
124 share_mode,
132 share_mode,
147 DWORD share_mode,
259 share_mode,
  /development/host/windows/usb/api/
adb_legacy_endpoint_object.h 118 AdbOpenSharingMode share_mode);
adb_legacy_endpoint_object.cpp 194 AdbOpenSharingMode share_mode) {
199 if (!GetSDKComplientParam(access_type, share_mode,
207 share_mode,
  /external/qemu/android/utils/
mapfile.h 53 * share_mode Defines sharing mode for the opened file. This value follows the
59 extern MapFile* mapfile_open(const char* path, int oflag, int share_mode);
mapfile.c 35 mapfile_open(const char* path, int oflag, int share_mode)
54 if ((share_mode & S_IWRITE) != 0) {
57 if ((share_mode & S_IREAD) != 0) {
90 int file_handle = open(path, oflag, share_mode);
  /ndk/sources/host-tools/ndk-stack/elff/
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);
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);
  /external/chromium_org/base/memory/
shared_memory_nacl.cc 147 ShareMode share_mode) {
148 if (share_mode == SHARE_READONLY) {
shared_memory_win.cc 223 ShareMode share_mode) {
229 if (share_mode == SHARE_CURRENT_MODE && !read_only_)
shared_memory_posix.cc 448 ShareMode share_mode) {
450 switch(share_mode) {
  /external/chromium_org/media/audio/win/
core_audio_util_win.h 144 // for the given |share_mode| (shared or exclusive).
146 AUDCLNT_SHAREMODE share_mode,
167 AUDCLNT_SHAREMODE share_mode,
core_audio_util_win.cc 528 AUDCLNT_SHAREMODE share_mode,
533 share_mode, reinterpret_cast<const WAVEFORMATEX*>(format),
599 AUDCLNT_SHAREMODE share_mode,
610 *device_period = (share_mode == AUDCLNT_SHAREMODE_SHARED) ? default_period :
    [all...]
  /external/chromium_org/base/process/
process_metrics_mac.cc 177 info.share_mode != SM_PRIVATE)
180 if (info.share_mode == SM_COW && info.ref_count == 1)
181 info.share_mode = SM_PRIVATE;
183 switch (info.share_mode) {
  /external/lldb/tools/debugserver/source/MacOSX/
MachVMMemory.cpp 365 if (global_shared_text_data_mapped == FALSE && info.share_mode == SM_EMPTY) {
380 if (info.share_mode != SM_PRIVATE)
387 if (info.share_mode == SM_COW && info.ref_count == 1)
390 info.share_mode = SM_PRIVATE;
393 switch (info.share_mode)
414 if (info.share_mode == SM_COW)
422 if (info.share_mode == SM_COW)
MachVMRegion.cpp 157 "share_mode = %u, "
170 m_data.share_mode,
  /external/chromium_org/third_party/zlib/google/
zip_internal.cc 41 DWORD share_mode = 0, flags_and_attributes = 0; local
48 share_mode = FILE_SHARE_READ;
59 file = CreateFile(filename16.c_str(), desired_access, share_mode,

Completed in 791 milliseconds