HomeSort by relevance Sort by last modified time
    Searched refs:NtGenericOpen (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sandbox/win/tools/finder/
finder_kernel.cc 152 NTGENERICOPEN func = NULL;
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);
221 NTSTATUS Finder::NtGenericOpen(ACCESS_MASK desired_access,
223 NTGENERICOPEN func_to_call,
229 NTGENERICOPEN * func_to_call) {
230 NTGENERICOPEN func = NULL;
finder.h 112 bool GetFunctionForType(ATL::CString type, NTGENERICOPEN * func_to_call);
123 NTSTATUS NtGenericOpen(ACCESS_MASK desired_access,
125 NTGENERICOPEN func_to_call,

Completed in 87 milliseconds