OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:desired_access
(Results
1 - 7
of
7
) sorted by null
/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_legacy_endpoint_object.cpp
196
ULONG
desired_access
;
local
200
&
desired_access
, &desired_sharing)) {
206
desired_access
,
adb_helper_routines.h
31
@param[out]
desired_access
Will receive SDK - complient desired access
40
ULONG*
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
58
// Returns a Process for the given |pid|, using some |
desired_access
|.
59
// See ::OpenProcess documentation for valid |
desired_access
|.
60
static Process OpenWithAccess(ProcessId pid, DWORD
desired_access
);
/external/libchrome/sandbox/win/src/
policy_engine_params.h
35
// POLPARAM(
DESIRED_ACCESS
)
45
// p[open_params::
DESIRED_ACCESS
] = ParamPickerMake(DesiredAccess);
/development/host/windows/prebuilt/usb/
AdbWinApi.pdb
[
all
...]
Completed in 146 milliseconds