Home
last modified time | relevance | path

Searched refs:lib_path (Results 1 – 2 of 2) sorted by relevance

/development/scripts/
Dstack_core.py423 lib_path = self.FindLibPath(lib)
424 self.lib_to_path[lib] = lib_path
425 return lib_path
462 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_path
468 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_path
474 lib_path = os.path.join(test_dir, test_name)
[all …]
/development/vndk/tools/header-checker/utils/
Dutils.py116 def copy_reference_dump(lib_path, reference_dump_dir): argument
117 _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)