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

  /external/qemu/android/
main-emulator.c 71 static char* quotePath(const char* path);
166 argv[0] = quotePath(emulatorPath);
397 quotePath(const char* path)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java 492 command.add(quotePath(configFile.getAbsolutePath()));
496 StringBuilder sb = new StringBuilder(quotePath(inputJar.getAbsolutePath()));
499 sb.append(quotePath(jarFile));
504 command.add(quotePath(obfuscatedJar.getAbsolutePath()));
507 sb = new StringBuilder(quotePath(target.getPath(IAndroidTarget.ANDROID_JAR)));
512 sb.append(quotePath(lib.getJarPath()));
661 private String quotePath(String path) {
672 * When the {@link #quotePath} methods adds quotes for such a path if it contains spaces,
    [all...]

Completed in 140 milliseconds