Searched refs:lib_name (Results 1 – 8 of 8) sorted by relevance
/development/vndk/tools/header-checker/utils/ |
D | utils.py | 64 def copy_reference_dump_content(lib_name, output_content, argument 71 lib_name + SOURCE_ABI_DUMP_EXT) 174 def run_abi_diff(old_test_dump_path, new_test_dump_path, arch, lib_name, argument 177 old_test_dump_path, '-arch', arch, '-lib', lib_name] 179 output_name = os.path.join(tmp, lib_name) + '.abidiff'
|
/development/vndk/tools/header-checker/header-abi-diff/src/ |
D | header_abi_diff.cpp | 30 static llvm::cl::opt<std::string> lib_name( variable 145 HeaderAbiDiff judge(lib_name, arch, old_dump, new_dump, compatibility_report, in main() 188 << lib_name in main()
|
D | abi_diff.h | 26 HeaderAbiDiff(const std::string &lib_name, const std::string &arch, in HeaderAbiDiff() argument 33 : lib_name_(lib_name), arch_(arch), old_dump_(old_dump), in HeaderAbiDiff()
|
/development/vndk/snapshot/ |
D | check_gpl_license.py | 130 lib_name = os.path.splitext( 132 gpl_projects.append(lib_name)
|
/development/vndk/tools/header-checker/proto/ |
D | abi_diff.proto | 80 optional string lib_name = 1; field 118 optional string lib_name = 1; field
|
/development/vndk/tools/definition-tool/tests/ |
D | test_elfdump.py | 124 def _test_libtest(self, expected_file_name, lib_name): argument 125 lib_file = os.path.join(self.test_dir, lib_name)
|
/development/scripts/ |
D | stack_core.py | 368 lib_name, lib = self.GetLibFromApk(area, so_offset) 371 lib_name = None 385 if lib_name: 386 source_location += "(" + lib_name + ")"
|
/development/vndk/tools/header-checker/merge-abi-diff/src/ |
D | merge_abi_diff.cpp | 104 added_tu_diff->set_lib_name(diff_tu.lib_name()); in MergeDiffReports()
|