Searched defs:CanonicalizePath (Results 1 - 2 of 2) sorted by relevance

/external/chromium/googleurl/src/
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
/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) ||

Completed in 238 milliseconds