Searched refs:CanonicalizePath (Results 1 - 8 of 8) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
H A Dimporter.cc229 static string CanonicalizePath(string path) { function in namespace:google::protobuf::compiler
342 mappings_.push_back(Mapping(virtual_path, CanonicalizePath(disk_path)));
351 string canonical_disk_file = CanonicalizePath(disk_file);
405 if (virtual_file != CanonicalizePath(virtual_file) ||
/external/chromium/googleurl/src/
H A Durl_canon_fileurl.cc103 success = CanonicalizePath(spec, sub_path, output, &fake_output_path);
H A Durl_canon_stdurl.cc93 success &= CanonicalizePath(source.path, parsed.path,
H A Durl_canon_path.cc350 bool CanonicalizePath(const char* spec, function in namespace:url_canon
357 bool CanonicalizePath(const char16* spec, function in namespace:url_canon
H A Durl_canon.h441 GURL_API bool CanonicalizePath(const char* spec,
445 GURL_API bool CanonicalizePath(const char16* spec,
450 // Canonicalizes the input as a file path. This is like CanonicalizePath except
H A Durl_canon_relative.cc321 success &= CanonicalizePath(relative_url, path,
H A Durl_canon_unittest.cc1026 bool success = url_canon::CanonicalizePath(path_cases[i].input8, in_comp,
1044 bool success = url_canon::CanonicalizePath(input16.c_str(), in_comp,
1063 bool success = url_canon::CanonicalizePath(path_with_null, in_comp,
/external/chromium/net/base/
H A Dcookie_monster.cc2046 url_canon::CanonicalizePath(cookie_path.data(), path_component,

Completed in 136 milliseconds