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

/external/chromium_org/sandbox/win/src/
H A Dfilesystem_dispatcher.h36 // Processes IPC requests coming from calls to NtQueryAttributesFile in the
38 bool NtQueryAttributesFile(IPCInfo* ipc, base::string16* name,
H A Dfilesystem_dispatcher.cc37 &FilesystemDispatcher::NtQueryAttributesFile)
70 return INTERCEPT_NT(manager, NtQueryAttributesFile, QUERY_ATTRIB_FILE_ID,
168 bool FilesystemDispatcher::NtQueryAttributesFile( function in class:sandbox::FilesystemDispatcher
H A Dfilesystem_policy.cc303 NtQueryAttributesFileFunction NtQueryAttributesFile = NULL; local
304 ResolveNTFunctionPtr("NtQueryAttributesFile", &NtQueryAttributesFile);
309 *nt_status = NtQueryAttributesFile(&obj_attributes, file_info);
H A Dfile_policy_test.cc197 // Query the attributes of file in parameter using the NtQueryAttributesFile api
203 BINDNTDLL(NtQueryAttributesFile);
206 if (!NtQueryAttributesFile || !NtQueryFullAttributesFile ||
225 NTSTATUS status1 = NtQueryAttributesFile(&obj_attributes, &info);

Completed in 1665 milliseconds