Searched defs:share_mode (Results 1 - 7 of 7) sorted by path

/external/chromium_org/base/memory/
H A Dshared_memory_nacl.cc147 ShareMode share_mode) {
148 if (share_mode == SHARE_READONLY) {
144 ShareToProcessCommon(ProcessHandle process, SharedMemoryHandle *new_handle, bool close_self, ShareMode share_mode) argument
H A Dshared_memory_posix.cc448 ShareMode share_mode) {
450 switch(share_mode) {
445 ShareToProcessCommon(ProcessHandle process, SharedMemoryHandle* new_handle, bool close_self, ShareMode share_mode) argument
H A Dshared_memory_win.cc223 ShareMode share_mode) {
229 if (share_mode == SHARE_CURRENT_MODE && !read_only_)
220 ShareToProcessCommon(ProcessHandle process, SharedMemoryHandle *new_handle, bool close_self, ShareMode share_mode) argument
/external/chromium_org/chrome_elf/create_file/
H A Dchrome_create_file.cc97 DWORD share_mode,
104 share_mode,
115 DWORD share_mode,
124 share_mode,
132 share_mode,
147 DWORD share_mode,
259 share_mode,
95 CreateFileWImpl(LPCWSTR file_name, DWORD desired_access, DWORD share_mode, LPSECURITY_ATTRIBUTES security_attributes, DWORD creation_disposition, DWORD flags_and_attributes, HANDLE template_file) argument
112 CreateFileWRedirect( LPCWSTR file_name, DWORD desired_access, DWORD share_mode, LPSECURITY_ATTRIBUTES security_attributes, DWORD creation_disposition, DWORD flags_and_attributes, HANDLE template_file) argument
144 CreateFileNTDLL( LPCWSTR file_name, DWORD desired_access, DWORD share_mode, LPSECURITY_ATTRIBUTES security_attributes, DWORD creation_disposition, DWORD flags_and_attributes, HANDLE template_file) argument
/external/chromium_org/media/audio/win/
H A Dcore_audio_util_win.cc528 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 :
527 IsFormatSupported(IAudioClient* client, AUDCLNT_SHAREMODE share_mode, const WAVEFORMATPCMEX* format) argument
598 GetDevicePeriod(IAudioClient* client, AUDCLNT_SHAREMODE share_mode, REFERENCE_TIME* device_period) argument
/external/chromium_org/third_party/zlib/google/
H A Dzip_internal.cc41 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,
/external/qemu/android/utils/
H A Dmapfile.c35 mapfile_open(const char* path, int oflag, int share_mode) argument
54 if ((share_mode & S_IWRITE) != 0) {
57 if ((share_mode & S_IREAD) != 0) {
90 int file_handle = open(path, oflag, share_mode);

Completed in 389 milliseconds