Searched refs:kBionicSonames (Results 1 – 1 of 1) sorted by relevance
56 kBionicSonames: Set[str] = set([ variable171 if d is not None and d.soname in kBionicSonames:266 all_libs = [x for x in bfs_walk(root) if x is not root and x.soname not in kBionicSonames]301 if lib.soname in kBionicSonames: continue310 needed = ' '.join([lib_dso_name(x) for x in lib.needed if x.soname not in kBionicSonames])335 if lib.soname in kBionicSonames: continue342 if lib.soname in kBionicSonames: continue362 if need.soname in kBionicSonames: continue