Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/utils/
Dutils.py301 for lib_name in libs:
302 if not (lib_name in lsdump_paths and
303 arch_cpu in lsdump_paths[lib_name]):
305 (lib_name, arch_cpu))
306 result.extend(lsdump_paths[lib_name][arch_cpu].items())
313 def run_abi_diff(old_dump_path, new_dump_path, output_path, arch_str, lib_name, argument
316 old_dump_path, '-arch', arch_str, '-lib', lib_name,
326 def run_and_read_abi_diff(old_dump_path, new_dump_path, arch_str, lib_name, argument
329 output_name = os.path.join(tmp, lib_name) + '.abidiff'
331 arch_str, lib_name, flags)
Dcreate_reference_dumps.py54 def __call__(self, tag, lib_name): argument
59 if self.include_names and lib_name not in self.include_names:
201 if any(lib_name.endswith(SOURCE_ABI_DUMP_EXT_END) or
202 lib_name.endswith(SO_EXT) for lib_name in args.libs):
/development/tools/cargo_embargo/src/cargo/
Dmetadata.rs260 let lib_name = target.name.replace('-', "_"); in get_externs() localVariable
262 name: lib_name.clone(), in get_externs()
263 lib_name, in get_externs()
285 let lib_name = target.name.replace('-', "_"); in make_extern() localVariable
290 let raw_name = if src_path.contains(&raw_name) { raw_name } else { lib_name.clone() }; in make_extern()
292 if let Some(rename) = &dependency.rename { rename.clone() } else { lib_name.clone() }; in make_extern()
301 Ok(Extern { name, lib_name, raw_name, extern_type }) in make_extern()
554 lib_name: "alwayslib".to_string(), in get_externs_cfg()
560 lib_name: "unixlib".to_string(), in get_externs_cfg()
617 lib_name: "foolib".to_string(), in get_externs_extra_cfg()
[all …]
Dcargo_out.rs337 let Some(lib_name) = REGEX.captures(filename).and_then(|x| x.get(1)) else { in from_rustc_invocation()
350 let lib_name = lib_name.as_str().to_string(); in from_rustc_invocation() localVariable
351 let raw_name = if let Some(raw_name) = raw_names.get(&lib_name) { in from_rustc_invocation()
354 lib_name.clone() in from_rustc_invocation()
358 lib_name, in from_rustc_invocation()
/development/vndk/tools/header-checker/src/diff/
Dheader_abi_diff.cpp43 static llvm::cl::opt<std::string> lib_name( variable
212 if (cfg.HasSection(lib_name, target_version)) { in ReadConfigFile()
213 UpdateFlags(cfg.GetSection(lib_name, target_version)); in ReadConfigFile()
262 HeaderAbiDiff judge(lib_name, arch, old_dump, new_dump, compatibility_report, in main()
274 << lib_name in main()
Dabi_diff.h35 HeaderAbiDiff(const std::string &lib_name, const std::string &arch, in HeaderAbiDiff() argument
45 : lib_name_(lib_name), arch_(arch), old_dump_(old_dump), in HeaderAbiDiff()
/development/vndk/tools/header-checker/src/repr/protobuf/proto/
Dabi_diff.proto83 optional string lib_name = 1; field
124 optional string lib_name = 1; field
/development/tools/cargo_embargo/src/
Dcargo.rs100 pub lib_name: String, field
Dmain.rs1154 ExternType::Rust => rust_libs.push(extern_dep.lib_name.clone()), in crate_to_bp_modules()
1155 ExternType::ProcMacro => proc_macro_libs.push(extern_dep.lib_name.clone()), in crate_to_bp_modules()
1157 if extern_dep.name != extern_dep.lib_name { in crate_to_bp_modules()
1158 aliases.push(format!("{}:{}", extern_dep.lib_name, extern_dep.name)); in crate_to_bp_modules()
/development/scripts/
Dstack_core.py581 lib_name, lib = self.GetLibFromApk(apk, so_offset)
592 lib_name = None
622 if lib_name:
623 source_location += "(" + lib_name + ")"
/development/vndk/snapshot/
Dgen_buildfiles.py417 lib_name = prebuilt_lib_info[0]
440 name=lib_name,
442 src_paths = utils.find(self._install_dir, [lib_name+'.so'])
/development/vndk/tools/header-checker/
DREADME.md252 lib_name: "libfoo"