Searched refs:lib_path (Results 1 – 2 of 2) sorted by relevance
338 lib_path = self.FindLibPath(lib)339 self.lib_to_path[lib] = lib_path340 return lib_path377 lib_path = os.path.join(test_dir + test_dir_bitness, "vendor", test_name, test_name)378 if os.path.isfile(symbol_dir + lib_path):379 return lib_path383 lib_path = os.path.join(test_dir + test_dir_bitness, test_name, test_name)384 if os.path.isfile(symbol_dir + lib_path):385 return lib_path389 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)