Searched refs:kBionicSonames (Results 1 – 1 of 1) sorted by relevance
56 kBionicSonames: Set[str] = set([ variable175 if d is not None and d.soname in kBionicSonames:271 all_libs = [x for x in bfs_walk(root) if x is not root and x.soname not in kBionicSonames]306 if lib.soname in kBionicSonames: continue315 needed = ' '.join([lib_dso_name(x) for x in lib.needed if x.soname not in kBionicSonames])341 if lib.soname in kBionicSonames: continue348 if lib.soname in kBionicSonames: continue368 if need.soname in kBionicSonames: continue