Searched refs:NormalizeFilePath (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/chrome/browser/local_discovery/storage/ |
D | privet_filesystem_attribute_cache.cc | 19 file_info_map_.find(NormalizeFilePath(full_path)); in GetFileInfo() 65 file_info_map_[NormalizeFilePath(full_path)] = file_info; in AddEntryInfoFromJSON()
|
D | path_util.h | 12 base::FilePath NormalizeFilePath(const base::FilePath& path);
|
D | path_util.cc | 55 base::FilePath NormalizeFilePath(const base::FilePath& path) { in NormalizeFilePath() function
|
/external/chromium_org/webkit/browser/fileapi/ |
D | external_mount_points.cc | 22 base::FilePath NormalizeFilePath(const base::FilePath& path) { in NormalizeFilePath() function 108 base::FilePath path = NormalizeFilePath(path_in); in RegisterFileSystem() 131 path_to_name_map_.erase(NormalizeFilePath(instance->path())); in RevokeFileSystem() 227 base::FilePath path = NormalizeFilePath(path_in); in GetVirtualPath()
|
/external/chromium_org/chrome/browser/profiles/ |
D | file_path_verifier_win.cc | 36 if (!base::NormalizeFilePath(file, &normalized_path)) { in VerifyFileAtPath()
|
/external/chromium_org/base/ |
D | file_util_unittest.cc | 293 ASSERT_FALSE(NormalizeFilePath(file_a_path, &normalized_file_a_path)) in TEST_F() 298 ASSERT_TRUE(NormalizeFilePath(file_a_path, &normalized_file_a_path)); in TEST_F() 302 ASSERT_TRUE(NormalizeFilePath(file_b_path, &normalized_file_b_path)); in TEST_F() 384 ASSERT_TRUE(NormalizeFilePath(file_txt, &normalized_path)); in TEST_F() 389 ASSERT_TRUE(NormalizeFilePath(to_sub_a.Append(FPL("file.txt")), in TEST_F() 395 ASSERT_TRUE(NormalizeFilePath(base_b.Append(FPL("to_base_b")) in TEST_F() 413 ASSERT_FALSE(NormalizeFilePath(long_path, &normalized_path)); in TEST_F() 417 ASSERT_FALSE(NormalizeFilePath(to_sub_long.Append(deep_txt), in TEST_F() 424 ASSERT_FALSE(NormalizeFilePath(to_sub_a.Append(FPL("file.txt")), in TEST_F() 597 ASSERT_TRUE(NormalizeFilePath(link_from, &normalized_path)); in TEST_F() [all …]
|
D | file_util.h | 276 BASE_EXPORT bool NormalizeFilePath(const FilePath& path, FilePath* real_path);
|
D | file_util_win.cc | 436 bool NormalizeFilePath(const FilePath& path, FilePath* real_path) { in NormalizeFilePath() function
|
D | file_util_posix.cc | 597 bool NormalizeFilePath(const FilePath& path, FilePath* normalized_path) { in NormalizeFilePath() function
|
/external/chromium_org/chrome/browser/ui/ |
D | network_profile_bubble.cc | 133 if (!base::NormalizeFilePath(temp_file, &normalized_temp_file)) in CheckNetworkProfile()
|
/external/chromium_org/chrome/browser/extensions/ |
D | sandboxed_unpacker.cc | 140 bool normalized = base::NormalizeFilePath(temp_file, &normalized_temp_file); in VerifyJunctionFreeLocation() 297 if (!base::NormalizeFilePath(temp_crx_path, &link_free_crx_path)) { in Start()
|