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

  /external/apache-http/src/org/apache/http/impl/cookie/
CookieSpecBase.java 55 String defaultPath = origin.getPath();
56 int lastSlashIndex = defaultPath.lastIndexOf('/');
62 defaultPath = defaultPath.substring(0, lastSlashIndex);
64 return defaultPath;
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/
DeviceExplorer.java 493 String defaultPath = mDefaultSave;
494 if (defaultPath == null) {
495 defaultPath = System.getProperty("user.home"); //$NON-NLS-1$
503 fileDialog.setFilterPath(defaultPath);
515 directoryDialog.setFilterPath(defaultPath);
548 String defaultPath = mDefaultSave;
549 if (defaultPath == null) {
550 defaultPath = System.getProperty("user.home"); //$NON-NLS-1$
552 dlg.setFilterPath(defaultPath);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogPanel.java 693 String defaultPath = mDefaultLogSave;
694 if (defaultPath == null) {
695 defaultPath = System.getProperty("user.home"); //$NON-NLS-1$
697 dlg.setFilterPath(defaultPath);
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 576 milliseconds