Home
last modified time | relevance | path

Searched refs:NormalizeFilePath (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/local_discovery/storage/
Dprivet_filesystem_attribute_cache.cc19 file_info_map_.find(NormalizeFilePath(full_path)); in GetFileInfo()
65 file_info_map_[NormalizeFilePath(full_path)] = file_info; in AddEntryInfoFromJSON()
Dpath_util.h12 base::FilePath NormalizeFilePath(const base::FilePath& path);
Dpath_util.cc55 base::FilePath NormalizeFilePath(const base::FilePath& path) { in NormalizeFilePath() function
/external/chromium_org/webkit/browser/fileapi/
Dexternal_mount_points.cc22 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/
Dfile_path_verifier_win.cc36 if (!base::NormalizeFilePath(file, &normalized_path)) { in VerifyFileAtPath()
/external/chromium_org/base/
Dfile_util_unittest.cc293 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 …]
Dfile_util.h276 BASE_EXPORT bool NormalizeFilePath(const FilePath& path, FilePath* real_path);
Dfile_util_win.cc436 bool NormalizeFilePath(const FilePath& path, FilePath* real_path) { in NormalizeFilePath() function
Dfile_util_posix.cc597 bool NormalizeFilePath(const FilePath& path, FilePath* normalized_path) { in NormalizeFilePath() function
/external/chromium_org/chrome/browser/ui/
Dnetwork_profile_bubble.cc133 if (!base::NormalizeFilePath(temp_file, &normalized_temp_file)) in CheckNetworkProfile()
/external/chromium_org/chrome/browser/extensions/
Dsandboxed_unpacker.cc140 bool normalized = base::NormalizeFilePath(temp_file, &normalized_temp_file); in VerifyJunctionFreeLocation()
297 if (!base::NormalizeFilePath(temp_crx_path, &link_free_crx_path)) { in Start()