Home
last modified time | relevance | path

Searched refs:lib_name (Results 1 – 10 of 10) sorted by relevance

/development/vndk/tools/header-checker/utils/
Dutils.py273 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'
Dcreate_reference_dumps.py191 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/
Dabi_diff.proto80 optional string lib_name = 1; field
118 optional string lib_name = 1; field
/development/vndk/tools/header-checker/src/diff/
Dheader_abi_diff.cpp45 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()
Dabi_diff.h35 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/
Dtest_elfdump.py127 def _test_libtest(self, expected_file_name, lib_name): argument
128 lib_file = os.path.join(self.test_dir, lib_name)
/development/vndk/snapshot/
Dcheck_gpl_license.py210 lib_name = os.path.splitext(
212 gpl_projects.append(lib_name)
Dgen_buildfiles.py363 lib_name = prebuilt_lib_info[0]
386 name=lib_name,
388 src_paths = utils.find(self._install_dir, [lib_name+'.so'])
/development/scripts/
Dstack_core.py384 lib_name, lib = self.GetLibFromApk(apk, so_offset)
387 lib_name = None
412 if lib_name:
413 source_location += "(" + lib_name + ")"
Dcargo2android.py821 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)