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

  /external/chromium_org/base/files/
file_util.h 283 BASE_EXPORT bool DevicePathToDriveLetterPath(const FilePath& device_path,
file_util_win.cc 442 // "\Device\Harddisk...". Helper DevicePathToDriveLetterPath()
445 return DevicePathToDriveLetterPath(mapped_file, real_path);
448 bool DevicePathToDriveLetterPath(const FilePath& nt_device_path,
file_util_unittest.cc 443 // Run DevicePathToDriveLetterPath() on the NT style path we got from
445 ASSERT_TRUE(DevicePathToDriveLetterPath(actual_device_path, &win32_path));
451 ASSERT_TRUE(DevicePathToDriveLetterPath(
463 // Check that DevicePathToDriveLetterPath fails.
469 ASSERT_FALSE(DevicePathToDriveLetterPath(prefix_of_real_device_path,
472 ASSERT_FALSE(DevicePathToDriveLetterPath(
487 ASSERT_FALSE(DevicePathToDriveLetterPath(
491 ASSERT_FALSE(DevicePathToDriveLetterPath(
    [all...]

Completed in 447 milliseconds