HomeSort by relevance Sort by last modified time
    Searched defs:libInfo (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/android/java/src/org/chromium/base/library_loader/
Linker.java 497 // one which doesn't know anything about LibInfo.
501 bundle.setClassLoader(LibInfo.class.getClassLoader());
502 clonedBundle = new Bundle(LibInfo.class.getClassLoader());
682 HashMap<String, LibInfo> relroMap = createLibInfoMapFromBundle(bundle);
685 for (Map.Entry<String, LibInfo> entry : relroMap.entrySet()) {
687 LibInfo libInfo = entry.getValue();
688 if (!nativeUseSharedRelro(libName, libInfo)) {
758 sLoadedLibraries = new HashMap<String, LibInfo>();
765 LibInfo libInfo = new LibInfo()
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 

Completed in 65 milliseconds