HomeSort by relevance Sort by last modified time
    Searched refs:NormalizePathSeparators (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/webkit/browser/fileapi/
file_system_context_unittest.cc 125 base::FilePath(DRIVE FPL("/test/isolated/root/file")).NormalizePathSeparators(),
127 NormalizePathSeparators(),
139 DRIVE FPL("/test/sys/root/file")).NormalizePathSeparators(),
140 base::FilePath(FPL("system/root/file")).NormalizePathSeparators(),
176 DRIVE FPL("/test/sys/root/file")).NormalizePathSeparators(),
177 base::FilePath(FPL("system/root/file")).NormalizePathSeparators(),
313 base::FilePath(kTestCases[i].expect_path).NormalizePathSeparators(),
314 virtual_path.NormalizePathSeparators(),
file_system_url.cc 93 *virtual_path = converted_path.NormalizePathSeparators().
114 virtual_path_(virtual_path.NormalizePathSeparators()),
116 path_(virtual_path.NormalizePathSeparators()) {
129 virtual_path_(virtual_path.NormalizePathSeparators()),
132 path_(cracked_path.NormalizePathSeparators()),
isolated_context_unittest.cc 48 fileset_.insert(kTestPaths[i].NormalizePathSeparators());
56 files.AddPath(kTestPaths[i].NormalizePathSeparators(), &name));
101 ASSERT_EQ(kTestPaths[i].NormalizePathSeparators().value(),
202 .NormalizePathSeparators().value(),
245 .NormalizePathSeparators().value(),
247 ASSERT_EQ(virtual_path.NormalizePathSeparators(), cracked.virtual_path());
external_mount_points_unittest.cc 128 EXPECT_EQ(expected_path.NormalizePathSeparators(), found_path);
224 EXPECT_EQ(expected_virtual_path.NormalizePathSeparators(), virtual_path)
358 EXPECT_EQ(base::FilePath(kTestCases[i].expect_path).NormalizePathSeparators(),
361 EXPECT_EQ(base::FilePath(kTestCases[i].path).NormalizePathSeparators(),
453 EXPECT_EQ(base::FilePath(kTestCases[i].expect_path).NormalizePathSeparators(),
isolated_context.cc 76 base::FilePath normalized_path = path.NormalizePathSeparators();
102 MountPointInfo(name, path.NormalizePathSeparators())).second;
232 base::FilePath path(path_in.NormalizePathSeparators());
257 base::FilePath path(cracked_path_prefix.NormalizePathSeparators());
356 base::FilePath path(path_in.NormalizePathSeparators());
file_system_url_unittest.cc 33 return path.NormalizePathSeparators().AsUTF8Unsafe();
copy_or_move_operation_delegate_unittest.cc 231 base::FilePath(test_cases[i].path).NormalizePathSeparators()] =
249 relative = relative.NormalizePathSeparators();
isolated_file_util_unittest.cc 132 .Append(path).NormalizePathSeparators();
309 platform_path.NormalizePathSeparators());
external_mount_points.cc 30 return base::FilePath(path_str).NormalizePathSeparators();
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
itunes_data_provider_browsertest.cc 120 library_dir().AppendASCII(track_name).NormalizePathSeparators();
123 artist, album, track_name).NormalizePathSeparators().value());
257 library_dir().AppendASCII("Track.mp3").NormalizePathSeparators();
263 album.begin()->second.NormalizePathSeparators().value());
380 library_dir().AppendASCII("Track.mp3").NormalizePathSeparators();
384 "Track (1).mp3").NormalizePathSeparators().value());
388 "Track (2).mp3").NormalizePathSeparators().value());
392 "Track.mp3").NormalizePathSeparators().value());
422 library_dir().AppendASCII("Track:1.mp3").NormalizePathSeparators();
426 "Track_1.mp3").NormalizePathSeparators().value())
    [all...]
  /external/chromium_org/base/files/
file_path.h 371 FilePath NormalizePathSeparators() const;
file_path_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/extensions/
platform_app_browsertest_util.cc 146 test_doc = test_doc.NormalizePathSeparators();
image_loader.cc 110 resource_path = resource_path.NormalizePathSeparators();
231 relative_path = relative_path.NormalizePathSeparators();
extension_protocols.cc 506 relative_path = relative_path.NormalizePathSeparators();
platform_app_browsertest.cc 116 filename).NormalizePathSeparators();
447 relative_test_doc = relative_test_doc.NormalizePathSeparators();
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/
syncable_file_system_util_unittest.cc 38 return base::FilePath(path).NormalizePathSeparators();
  /external/chromium_org/chrome/browser/ui/webui/
fileicon_source.cc 51 *file_path = file_path->NormalizePathSeparators();
  /external/chromium_org/chrome/browser/download/
download_path_reservation_tracker.cc 171 base::FilePath target_path(suggested_path.NormalizePathSeparators());
chrome_download_manager_delegate_unittest.cc 246 return full_path.NormalizePathSeparators();
download_target_determiner.cc 235 suggested_path).NormalizePathSeparators());
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
metadata_db_migration_util.cc 47 base::FilePath(kV0FormatPathPrefix).NormalizePathSeparators().value();
metadata_database_unittest.cc 713 EXPECT_EQ(base::FilePath(FPL("/")).NormalizePathSeparators(), path);
716 EXPECT_EQ(base::FilePath(FPL("/folder/file")).NormalizePathSeparators(),
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences.cc 518 relative_path = relative_path.NormalizePathSeparators();
600 relative_path.NormalizePathSeparators();
    [all...]
  /external/chromium_org/base/
file_util_win.cc 671 if (!GetVolumePathNameW(path.NormalizePathSeparators().value().c_str(),

Completed in 1368 milliseconds

1 2