Searched refs:right_path (Results 1 – 2 of 2) sorted by relevance
/external/lldb/test/warnings/uuid/ |
D | TestAddDsymCommand.py | 82 right_path = os.path.join("%s.dSYM" % exe_name, "Contents", "Resources", "DWARF", exe_name) 83 self.expect("add-dsym " + right_path, error=True, 91 right_path = os.path.join("%s.dSYM" % exe_name, "Contents", "Resources", "DWARF", exe_name) 92 self.expect("add-dsym " + right_path, 100 right_path = "%s.dSYM" % exe_name 101 self.expect("add-dsym " + right_path,
|
/external/google-breakpad/src/common/linux/ |
D | dump_symbols.cc | 418 bool IsSameFile(const char* left_abspath, const string& right_path) { in IsSameFile() argument 420 if (!realpath(right_path.c_str(), right_abspath)) in IsSameFile()
|