OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NtQueryFullAttributesFile
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/sandbox/win/src/
filesystem_dispatcher.h
42
// Processes IPC requests coming from calls to
NtQueryFullAttributesFile
in
44
bool
NtQueryFullAttributesFile
(IPCInfo* ipc, base::string16* name,
filesystem_dispatcher.cc
43
&FilesystemDispatcher::
NtQueryFullAttributesFile
)
74
return INTERCEPT_NT(manager,
NtQueryFullAttributesFile
,
206
bool FilesystemDispatcher::
NtQueryFullAttributesFile
(
filesystem_policy.cc
331
NtQueryFullAttributesFileFunction
NtQueryFullAttributesFile
= NULL;
332
ResolveNTFunctionPtr("
NtQueryFullAttributesFile
", &
NtQueryFullAttributesFile
);
337
*nt_status =
NtQueryFullAttributesFile
(&obj_attributes, file_info);
file_policy_test.cc
197
// and
NtQueryFullAttributesFile
and returns if the call succeeded or not. The
203
BINDNTDLL(
NtQueryFullAttributesFile
);
205
if (!NtQueryAttributesFile || !
NtQueryFullAttributesFile
||
225
NTSTATUS status2 =
NtQueryFullAttributesFile
(&obj_attributes, &full_info);
Completed in 932 milliseconds