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

  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_status.cc 49 base::FilePath normalized_path = NormalizePath(path); local
51 // Check if |paths| has a child of |normalized_path|.
52 // Note that descendants of |normalized_path| are stored right after
53 // |normalized_path| since |normalized_path| has trailing path separator.
55 paths.upper_bound(normalized_path);
58 normalized_path.IsParent(get_key_helper.GetKey(upper)))
61 // Check if any ancestor of |normalized_path| is in |writing_|.
63 if (ContainsKey(paths, normalized_path))
66 if (fileapi::VirtualPath::IsRootPath(normalized_path))
88 base::FilePath normalized_path = NormalizePath(url.path()); local
109 base::FilePath normalized_path = NormalizePath(url.path()); local
    [all...]
  /external/chromium_org/chrome/browser/profiles/
file_path_verifier_win.cc 34 base::FilePath normalized_path; local
36 if (!base::NormalizeFilePath(file, &normalized_path)) {
43 internal::ComparePathsIgnoreCase(file, normalized_path);
  /external/chromium_org/chrome/browser/sync_file_system/
syncable_file_system_util_unittest.cc 90 const base::FilePath normalized_path = CreateNormalizedFilePath(kPath); local
92 kNonRegisteredFileSystemRootURI + normalized_path.AsUTF8Unsafe();
94 kNonSyncableFileSystemRootURI + normalized_path.AsUTF8Unsafe();
  /external/chromium_org/base/i18n/
file_util_icu_unittest.cc 88 const char* normalized_path; member in struct:normalize_name_encoding_test_cases
102 base::FilePath(kNormalizeFileNameEncodingTestCases[i].normalized_path),