Home
last modified time | relevance | path

Searched refs:defaultPath (Results 1 – 2 of 2) sorted by relevance

/external/apache-http/src/org/apache/http/impl/cookie/
DCookieSpecBase.java60 String defaultPath = origin.getPath(); in getDefaultPath() local
61 int lastSlashIndex = defaultPath.lastIndexOf('/'); in getDefaultPath()
67 defaultPath = defaultPath.substring(0, lastSlashIndex); in getDefaultPath()
69 return defaultPath; in getDefaultPath()
/external/sonivox/jet_tools/JetCreator/
DJetCreator.py1003 …wx.DirDialog(self, JetDefs.IMPORT_ARCHIVEDIR_PROMPT, style=wx.DD_DEFAULT_STYLE, defaultPath=defDir)