Searched refs:NtQueryFullAttributesFile (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dfilesystem_dispatcher.h42 // Processes IPC requests coming from calls to NtQueryFullAttributesFile in
44 bool NtQueryFullAttributesFile(IPCInfo* ipc, base::string16* name,
H A Dfilesystem_dispatcher.cc43 &FilesystemDispatcher::NtQueryFullAttributesFile)
74 return INTERCEPT_NT(manager, NtQueryFullAttributesFile,
206 bool FilesystemDispatcher::NtQueryFullAttributesFile( function in class:sandbox::FilesystemDispatcher
H A Dfilesystem_policy.cc328 NtQueryFullAttributesFileFunction NtQueryFullAttributesFile = NULL; local
329 ResolveNTFunctionPtr("NtQueryFullAttributesFile", &NtQueryFullAttributesFile);
334 *nt_status = NtQueryFullAttributesFile(&obj_attributes, file_info);
H A Dfile_policy_test.cc198 // and NtQueryFullAttributesFile and returns if the call succeeded or not. The
204 BINDNTDLL(NtQueryFullAttributesFile);
206 if (!NtQueryAttributesFile || !NtQueryFullAttributesFile ||
226 NTSTATUS status2 = NtQueryFullAttributesFile(&obj_attributes, &full_info);

Completed in 856 milliseconds