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 474 String defaultPath = mDefaultSave;
475 if (defaultPath == null) {
476 defaultPath = System.getProperty("user.home"); //$NON-NLS-1$
484 fileDialog.setFilterPath(defaultPath);
496 directoryDialog.setFilterPath(defaultPath);
529 String defaultPath = mDefaultSave;
530 if (defaultPath == null) {
531 defaultPath = System.getProperty("user.home"); //$NON-NLS-1$
533 dlg.setFilterPath(defaultPath);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogPanel.java 702 String defaultPath = mDefaultLogSave;
703 if (defaultPath == null) {
704 defaultPath = System.getProperty("user.home"); //$NON-NLS-1$
706 dlg.setFilterPath(defaultPath);
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 181 milliseconds