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

/external/toolchain-utils/cros_utils/
H A Dmisc.py186 def CanonicalizePath(path): function
/external/protobuf/src/google/protobuf/compiler/
H A Dimporter.cc260 static string CanonicalizePath(string path) { function in namespace:google::protobuf::compiler
378 mappings_.push_back(Mapping(virtual_path, CanonicalizePath(disk_path)));
387 string canonical_disk_file = CanonicalizePath(disk_file);
445 if (virtual_file != CanonicalizePath(virtual_file) ||

Completed in 87 milliseconds