Home
last modified time | relevance | path

Searched refs:DevicePathToDriveLetterPath (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/files/
Dfile_util.h327 BASE_EXPORT bool DevicePathToDriveLetterPath(const FilePath& device_path,
Dfile_util_unittest.cc540 ASSERT_TRUE(DevicePathToDriveLetterPath(actual_device_path, &win32_path)); in TEST_F()
546 ASSERT_TRUE(DevicePathToDriveLetterPath( in TEST_F()
564 ASSERT_FALSE(DevicePathToDriveLetterPath(prefix_of_real_device_path, in TEST_F()
567 ASSERT_FALSE(DevicePathToDriveLetterPath( in TEST_F()
582 ASSERT_FALSE(DevicePathToDriveLetterPath( in TEST_F()
586 ASSERT_FALSE(DevicePathToDriveLetterPath( in TEST_F()
/external/cronet/base/files/
Dfile_util.h475 BASE_EXPORT bool DevicePathToDriveLetterPath(const FilePath& device_path,
Dfile_util_win.cc820 return DevicePathToDriveLetterPath( in NormalizeFilePath()
825 bool DevicePathToDriveLetterPath(const FilePath& nt_device_path, in DevicePathToDriveLetterPath() function
Dfile_util_unittest.cc676 ASSERT_TRUE(DevicePathToDriveLetterPath(actual_device_path, &win32_path)); in TEST_F()
682 ASSERT_TRUE(DevicePathToDriveLetterPath( in TEST_F()
702 ASSERT_FALSE(DevicePathToDriveLetterPath(prefix_of_real_device_path, in TEST_F()
705 ASSERT_FALSE(DevicePathToDriveLetterPath( in TEST_F()
720 ASSERT_FALSE(DevicePathToDriveLetterPath( in TEST_F()
724 ASSERT_FALSE(DevicePathToDriveLetterPath( in TEST_F()