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

  /external/chromium_org/sandbox/win/src/
win_utils.h 84 bool GetPathFromHandle(HANDLE handle, base::string16* path);
86 // Resolves a win32 path to an nt path using GetPathFromHandle. The path must
win_utils.cc 69 bool result = GetPathFromHandle(key, resolved_name);
135 if (!GetPathFromHandle(handle, &actual_path))
240 bool GetPathFromHandle(HANDLE handle, base::string16* path) {
276 bool rv = GetPathFromHandle(file, nt_path);
registry_dispatcher.cc 26 if (!sandbox::GetPathFromHandle(root, complete_name))

Completed in 63 milliseconds