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

/external/chromium_org/base/
H A Dfile_util.h275 BASE_EXPORT bool DevicePathToDriveLetterPath(const base::FilePath& device_path,
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
H A Dfile_util_unittest.cc534 // Run DevicePathToDriveLetterPath() on the NT style path we got from
536 ASSERT_TRUE(file_util::DevicePathToDriveLetterPath(actual_device_path,
543 ASSERT_TRUE(file_util::DevicePathToDriveLetterPath(
555 // Check that DevicePathToDriveLetterPath fails.
561 ASSERT_FALSE(file_util::DevicePathToDriveLetterPath(
565 ASSERT_FALSE(file_util::DevicePathToDriveLetterPath(
580 ASSERT_FALSE(file_util::DevicePathToDriveLetterPath(
584 ASSERT_FALSE(file_util::DevicePathToDriveLetterPath(
/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 97 milliseconds