Searched refs:lib_name (Results 1 – 10 of 10) sorted by relevance
/development/vndk/tools/header-checker/utils/ |
D | utils.py | 273 for lib_name in libs: 274 if not (lib_name in lsdump_paths and 275 arch_cpu in lsdump_paths[lib_name]): 277 (lib_name, arch_cpu)) 278 result.extend(lsdump_paths[lib_name][arch_cpu].items()) 285 def run_abi_diff(old_test_dump_path, new_test_dump_path, arch, lib_name, argument 288 old_test_dump_path, '-arch', arch, '-lib', lib_name] 290 output_name = os.path.join(tmp, lib_name) + '.abidiff'
|
D | create_reference_dumps.py | 191 if any(lib_name.endswith(SOURCE_ABI_DUMP_EXT_END) or 192 lib_name.endswith(SO_EXT) for lib_name in args.libs):
|
/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 208 HeaderAbiDiff judge(lib_name, arch, old_dump, new_dump, compatibility_report, in main() 252 << 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 | 210 lib_name = os.path.splitext( 212 gpl_projects.append(lib_name)
|
D | gen_buildfiles.py | 363 lib_name = prebuilt_lib_info[0] 386 name=lib_name, 388 src_paths = utils.find(self._install_dir, [lib_name+'.so'])
|
/development/scripts/ |
D | stack_core.py | 384 lib_name, lib = self.GetLibFromApk(apk, so_offset) 387 lib_name = None 412 if lib_name: 413 source_location += "(" + lib_name + ")"
|
D | cargo2android.py | 821 lib_name = groups.group(1) 823 lib_name = re.sub(' .*$', '', lib) 826 rust_libs += ' "' + altered_name('lib' + lib_name) + '",\n' 828 so_libs.append(lib_name) 1364 lib_name = file_base_name(lib.lib) 1365 if lib_name not in dumped_libs: 1366 dumped_libs.add(lib_name)
|