Searched defs:GetPathFromHandle (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dwin_utils.cc68 bool result = GetPathFromHandle(key, resolved_name);
134 if (!GetPathFromHandle(handle, &actual_path))
239 bool GetPathFromHandle(HANDLE handle, base::string16* path) { function in namespace:sandbox
275 bool rv = GetPathFromHandle(file, nt_path);

Completed in 96 milliseconds