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

/external/chromium_org/base/files/
H A Dfile_util_win.cc534 // path fit in |mapped_file_path|.
536 wchar_t mapped_file_path[kMaxPathLength]; local
539 if (::GetMappedFileNameW(cp, file_view, mapped_file_path, kMaxPathLength)) {
540 *nt_path = FilePath(mapped_file_path);

Completed in 213 milliseconds