Home
last modified time | relevance | path

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

/development/scripts/
Dstack_core.py338 lib_path = self.FindLibPath(lib)
339 self.lib_to_path[lib] = lib_path
340 return lib_path
377 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_path
383 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_path
389 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)