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

  /frameworks/base/tools/aapt/
Package.cpp 446 const android::Vector<const char*>& jars = bundle->getJarFiles(); local
448 size_t N = jars.size();
451 err = jar.open(jars[i], ZipFile::kOpenReadOnly);
454 jars[i], err);
459 fprintf(stderr, "ERROR: unable to process '%s'\n", jars[i]);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectClassLoader.java 72 // if no file matching the class name was found, look in the 3rd party jars
174 // get the OS path to all the external jars
175 URL[] jars = getExternalJars(); local
177 mJarClassLoader = new URLClassLoader(jars, this /* parent */);
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 537 milliseconds