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

/external/chromium_org/base/
H A Dfile_util_win.cc562 // "\Device\Harddisk...". Helper DevicePathToDriveLetterPath()
565 return DevicePathToDriveLetterPath(mapped_file, real_path);
568 bool DevicePathToDriveLetterPath(const FilePath& nt_device_path, function in namespace:file_util
/external/chromium/base/
H A Dfile_util_win.cc37 bool DevicePathToDriveLetterPath(const FilePath& device_path, function in namespace:file_util::__anon1668
1044 // "\Device\Harddisk...". Helper DevicePathToDriveLetterPath()
1047 return DevicePathToDriveLetterPath(mapped_file, real_path);

Completed in 109 milliseconds