Searched refs:SharedLibrary (Results 1 – 14 of 14) sorted by relevance
27 SharedLibrary::SharedLibrary(const String8 &path) { in SharedLibrary() function in android::SharedLibrary31 SharedLibrary::~SharedLibrary() { in ~SharedLibrary()38 bool SharedLibrary::operator!() const { in operator !()42 void *SharedLibrary::lookup(const char *symbol) const { in lookup()52 const char *SharedLibrary::lastError() const { in lastError()
29 "SharedLibrary.cpp",
25 class SharedLibrary : public RefBase {27 explicit SharedLibrary(const String8 &path);28 ~SharedLibrary();36 DISALLOW_EVIL_CONSTRUCTORS(SharedLibrary);
29 public class SharedLibraryWrapper implements SharedLibrary {34 private List<SharedLibrary> cachedDependenciesList;94 public List<SharedLibrary> getDependencies() { in getDependencies()100 var list = new ArrayList<SharedLibrary>(); in getDependencies()
46 public interface SharedLibrary { interface106 List<SharedLibrary> getDependencies(); in getDependencies()
168 List<SharedLibrary> getSharedLibraryDependencies(); in getSharedLibraryDependencies()
71 sp<SharedLibrary> library = new SharedLibrary(String8(path)); in loadOne()90 Vector<sp<SharedLibrary> > libraries;
13 libs: ["SharedLibrary"],
11 name: "SharedLibrary",
194 …method @NonNull public java.util.List<com.android.server.pm.pkg.SharedLibrary> getSharedLibraryDep…207 public interface SharedLibrary {210 … method @NonNull public java.util.List<com.android.server.pm.pkg.SharedLibrary> getDependencies();
98 SharedLibrary, enumerator
1287 packageType = ResourceTable::SharedLibrary; in buildResources()
1779 case SharedLibrary: in ResourceTable()
63 import com.android.server.pm.pkg.SharedLibrary;1464 public List<SharedLibrary> getSharedLibraryDependencies() {