/external/python/cpython3/Modules/clinic/ |
D | _winapi.c.h | 136 DWORD desired_access, DWORD share_mode, 146 DWORD desired_access; in _winapi_CreateFile() local 155 …&file_name, &desired_access, &share_mode, &security_attributes, &creation_disposition, &flags_and_… in _winapi_CreateFile() 158 …_return_value = _winapi_CreateFile_impl(module, file_name, desired_access, share_mode, security_at… in _winapi_CreateFile() 399 DWORD desired_access, BOOL inherit_handle, 409 DWORD desired_access; in _winapi_DuplicateHandle() local 415 …&source_process_handle, &source_handle, &target_process_handle, &desired_access, &inherit_handle, … in _winapi_DuplicateHandle() 418 …module, source_process_handle, source_handle, target_process_handle, desired_access, inherit_handl… in _winapi_DuplicateHandle() 660 DWORD desired_access, DWORD file_offset_high, 668 DWORD desired_access; in _winapi_MapViewOfFile() local [all …]
|
/external/zlib/google/ |
D | zip_internal.cc | 42 DWORD desired_access = 0, creation_disposition = 0; in ZipOpenFunc() local 48 desired_access = GENERIC_READ; in ZipOpenFunc() 52 desired_access = GENERIC_WRITE | GENERIC_READ; in ZipOpenFunc() 55 desired_access = GENERIC_WRITE | GENERIC_READ; in ZipOpenFunc() 60 if ((filename != NULL) && (desired_access != 0)) { in ZipOpenFunc() 61 file = CreateFile(filenamew.c_str(), desired_access, share_mode, NULL, in ZipOpenFunc()
|
/external/angle/third_party/zlib/google/ |
D | zip_internal.cc | 42 DWORD desired_access = 0, creation_disposition = 0; in ZipOpenFunc() local 48 desired_access = GENERIC_READ; in ZipOpenFunc() 52 desired_access = GENERIC_WRITE | GENERIC_READ; in ZipOpenFunc() 55 desired_access = GENERIC_WRITE | GENERIC_READ; in ZipOpenFunc() 60 if ((filename != NULL) && (desired_access != 0)) { in ZipOpenFunc() 61 file = CreateFile(filenamew.c_str(), desired_access, share_mode, NULL, in ZipOpenFunc()
|
/external/python/cpython3/Doc/library/ |
D | audit_events.rst | 29 | _winapi.CreateFile | ``file_name``, ``desired_access``, | 42 | _winapi.OpenProcess | ``process_id``, ``desired_access`` |
|
/external/webrtc/modules/desktop_capture/win/ |
D | desktop.cc | 74 ACCESS_MASK desired_access = DESKTOP_CREATEMENU | DESKTOP_CREATEWINDOW | in GetDesktop() local 78 HDESK desktop = OpenDesktopW(desktop_name, 0, FALSE, desired_access); in GetDesktop()
|
/external/python/cpython3/Modules/ |
D | _winapi.c | 456 DWORD desired_access, DWORD share_mode, in _winapi_CreateFile_impl() argument 465 file_name, desired_access, share_mode, in _winapi_CreateFile_impl() 471 handle = CreateFile(file_name, desired_access, in _winapi_CreateFile_impl() 1183 DWORD desired_access, BOOL inherit_handle, in _winapi_DuplicateHandle_impl() argument 1196 desired_access, in _winapi_DuplicateHandle_impl() 1379 DWORD desired_access, DWORD file_offset_high, in _winapi_MapViewOfFile_impl() argument 1386 address = MapViewOfFile(file_map, desired_access, file_offset_high, in _winapi_MapViewOfFile_impl() 1406 _winapi_OpenFileMapping_impl(PyObject *module, DWORD desired_access, in _winapi_OpenFileMapping_impl() argument 1413 handle = OpenFileMappingW(desired_access, inherit_handle, name); in _winapi_OpenFileMapping_impl() 1436 _winapi_OpenProcess_impl(PyObject *module, DWORD desired_access, in _winapi_OpenProcess_impl() argument [all …]
|
/external/python/cpython2/PC/ |
D | _subprocess.c | 223 int desired_access; in sp_DuplicateHandle() local 233 &desired_access, in sp_DuplicateHandle() 244 desired_access, in sp_DuplicateHandle()
|
/external/libchrome/base/process/ |
D | process.h | 73 static Process OpenWithAccess(ProcessId pid, DWORD desired_access);
|