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

  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectCreator.java 465 * @param libraryPath the path to a library to add to the references. Can be null.
469 String libraryPath) {
496 if (libraryPath != null) {
524 if (libraryPath != null) {
532 File libProject = new File(libraryPath);
535 libProject = new File(folderPath, libraryPath);
539 mLog.error(e, "Unable to resolve path to library project: %1$s", libraryPath);
567 propsWC.setProperty(propName, libraryPath);
    [all...]
  /libcore/luni/src/main/java/java/lang/
ClassLoader.java 861 * @param libraryPath
866 static void loadLibraryWithPath(String libName, ClassLoader loader, String libraryPath) {
    [all...]
  /sdk/sdkmanager/app/src/com/android/sdkmanager/
Main.java 605 String libraryPath = library ? null :
611 libraryPath);
629 null /*libraryPath*/);
    [all...]
  /frameworks/base/services/java/com/android/server/
PackageManagerService.java     [all...]

Completed in 312 milliseconds