/development/host/windows/usb/api/ |
adb_helper_routines.cpp | 30 ULONG* desired_access,
32 if (NULL != desired_access) {
35 *desired_access = GENERIC_READ | GENERIC_WRITE;
39 *desired_access = GENERIC_READ;
43 *desired_access = GENERIC_WRITE;
47 *desired_access = FILE_READ_ATTRIBUTES | FILE_READ_EA;
|
adb_helper_routines.h | 31 @param[out] desired_access Will receive SDK - complient desired access
40 ULONG* desired_access,
|
adb_legacy_endpoint_object.cpp | 196 ULONG desired_access;
local 200 &desired_access, &desired_sharing)) {
206 desired_access,
|
/external/webrtc/webrtc/modules/desktop_capture/win/ |
desktop.cc | 75 ACCESS_MASK desired_access = local 79 HDESK desktop = OpenDesktop(desktop_name, 0, FALSE, desired_access);
|
/external/libchrome/base/process/ |
process.h | 71 // Returns a Process for the given |pid|, using some |desired_access|. 72 // See ::OpenProcess documentation for valid |desired_access|. 73 static Process OpenWithAccess(ProcessId pid, DWORD desired_access);
|
/external/python/cpython3/Modules/clinic/ |
_winapi.c.h | 124 "CreateFile($module, file_name, desired_access, share_mode,\n" 135 DWORD desired_access, DWORD share_mode, 145 DWORD desired_access; local 154 &file_name, &desired_access, &share_mode, &security_attributes, &creation_disposition, &flags_and_attributes, &template_file)) { 157 _return_value = _winapi_CreateFile_impl(module, file_name, desired_access, share_mode, security_attributes, creation_disposition, flags_and_attributes, template_file); 337 " target_process_handle, desired_access, inherit_handle,\n" 354 DWORD desired_access, BOOL inherit_handle, 364 DWORD desired_access; local 370 &source_process_handle, &source_handle, &target_process_handle, &desired_access, &inherit_handle, &options)) { 373 _return_value = _winapi_DuplicateHandle_impl(module, source_process_handle, source_handle, target_process_handle, desired_access, inherit_handle, options) 620 DWORD desired_access; local [all...] |
/external/python/cpython2/PC/ |
_subprocess.c | 223 int desired_access; local 233 &desired_access, 244 desired_access,
|
/external/python/cpython3/Modules/ |
_winapi.c | 434 desired_access: DWORD 445 DWORD desired_access, DWORD share_mode, 454 handle = CreateFile(file_name, desired_access, [all...] |
/device/google/cuttlefish_common/guest/hals/ril/ |
cuttlefish_ril.cpp | 2312 RIL_RadioAccessFamily desired_access = *(RIL_RadioAccessFamily*)(data); local [all...] |
/external/curl/tests/python_dependencies/impacket/ |
smb3.py | [all...] |
smb.py | [all...] |