OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:path_attributes
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sandbox/win/tools/finder/
finder_kernel.cc
83
OBJECT_ATTRIBUTES
path_attributes
;
local
84
InitializeObjectAttributes(&
path_attributes
,
104
&
path_attributes
);
166
OBJECT_ATTRIBUTES
path_attributes
;
local
167
InitializeObjectAttributes(&
path_attributes
,
177
status_code = NtGenericOpen(GENERIC_ALL, &
path_attributes
, func, &handle);
191
status_code = NtGenericOpen(GENERIC_WRITE, &
path_attributes
, func, &handle);
205
status_code = NtGenericOpen(GENERIC_READ, &
path_attributes
, func, &handle);
/external/chromium_org/chrome_elf/create_file/
chrome_create_file.cc
241
OBJECT_ATTRIBUTES
path_attributes
= {};
local
242
InitializeObjectAttributes(&
path_attributes
,
255
&
path_attributes
,
Completed in 38 milliseconds