Searched defs:NormalizePath (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_sync_status.cc24 base::FilePath NormalizePath(const base::FilePath& path) { function in namespace:sync_file_system::__anon4884
49 base::FilePath normalized_path = NormalizePath(path);
70 NormalizePath(storage::VirtualPath::DirName(normalized_path));
83 writing_[GetOriginAndType(url)][NormalizePath(url.path())]++;
88 base::FilePath normalized_path = NormalizePath(url.path());
104 syncing_[GetOriginAndType(url)].insert(NormalizePath(url.path()));
109 base::FilePath normalized_path = NormalizePath(url.path());
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
H A Dserver.py20 def NormalizePath(self, path): member in class:RequestHandler
34 path = self.NormalizePath(path)
129 path = self.NormalizePath(path)
/external/chromium_org/tools/findit/
H A Dcrash_utils.py177 def NormalizePath(path, parsed_deps): function
/external/chromium_org/tools/gn/
H A Dfilesystem_utils.cc444 void NormalizePath(std::string* path) { function

Completed in 152 milliseconds