Searched refs:lib_path (Results 1 – 2 of 2) sorted by relevance
423 lib_path = self.FindLibPath(lib)424 self.lib_to_path[lib] = lib_path425 return lib_path462 lib_path = os.path.join(test_dir + test_dir_bitness, "vendor", test_name, test_name)463 if os.path.isfile(symbol_dir + lib_path):464 return lib_path468 lib_path = os.path.join(test_dir + test_dir_bitness, test_name, test_name)469 if os.path.isfile(symbol_dir + lib_path):470 return lib_path474 lib_path = os.path.join(test_dir, test_name)[all …]
116 def copy_reference_dump(lib_path, reference_dump_dir): argument117 _validate_dump_content(lib_path)118 ref_dump_name = (_strip_dump_name_ext(os.path.basename(lib_path)) +122 shutil.copyfile(lib_path, ref_dump_path)