Searched refs:lib_name (Results 1 – 8 of 8) sorted by relevance
/development/vndk/tools/header-checker/utils/ |
D | utils.py | 254 for lib_name, variations in lsdump_paths.items(): 255 if libs and lib_name not in libs: 263 def run_abi_diff(old_test_dump_path, new_test_dump_path, arch, lib_name, argument 266 old_test_dump_path, '-arch', arch, '-lib', lib_name] 268 output_name = os.path.join(tmp, lib_name) + '.abidiff'
|
/development/vndk/tools/header-checker/src/repr/protobuf/proto/ |
D | abi_diff.proto | 80 optional string lib_name = 1; field 118 optional string lib_name = 1; field
|
/development/vndk/tools/header-checker/src/diff/ |
D | header_abi_diff.cpp | 45 static llvm::cl::opt<std::string> lib_name( variable 207 HeaderAbiDiff judge(lib_name, arch, old_dump, new_dump, compatibility_report, in main() 251 << lib_name in main()
|
D | abi_diff.h | 35 HeaderAbiDiff(const std::string &lib_name, const std::string &arch, in HeaderAbiDiff() argument 44 : lib_name_(lib_name), arch_(arch), old_dump_(old_dump), in HeaderAbiDiff()
|
/development/vndk/tools/definition-tool/tests/ |
D | test_elfdump.py | 127 def _test_libtest(self, expected_file_name, lib_name): argument 128 lib_file = os.path.join(self.test_dir, lib_name)
|
/development/vndk/snapshot/ |
D | check_gpl_license.py | 185 lib_name = os.path.splitext( 187 gpl_projects.append(lib_name)
|
/development/scripts/ |
D | stack_core.py | 381 lib_name, lib = self.GetLibFromApk(apk, so_offset) 384 lib_name = None 398 if lib_name: 399 source_location += "(" + lib_name + ")"
|
/development/vndk/tools/header-checker/src/diff_merge/ |
D | merge_abi_diff.cpp | 98 added_tu_diff->set_lib_name(diff_tu.lib_name()); in MergeDiffReports()
|