HomeSort by relevance Sort by last modified time
    Searched defs:NormalizePath (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_status.cc 24 base::FilePath NormalizePath(const base::FilePath& path) {
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/
server.py 20 def NormalizePath(self, path):
34 path = self.NormalizePath(path)
129 path = self.NormalizePath(path)
  /external/chromium_org/tools/findit/
crash_utils.py 177 def NormalizePath(path, parsed_deps):
  /external/chromium_org/tools/gn/
filesystem_utils.cc 444 void NormalizePath(std::string* path) {

Completed in 81 milliseconds