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

  /packages/services/Telephony/testapps/EmbmsTestDownloadApp/src/com/android/phone/testapps/embmsdownload/
EmbmsTestDownloadApp.java 211 File downloadDir = new File(EmbmsTestDownloadApp.this.getFilesDir(),
213 downloadDir.mkdirs();
214 mDownloadManager.setTempFileRootDirectory(downloadDir);
216 "temp file root set to " + downloadDir, Toast.LENGTH_SHORT).show();
  /external/python/cpython2/Lib/plat-mac/
pimp.py 278 downloadDir=None,
284 if not downloadDir:
285 downloadDir = DEFAULT_DOWNLOADDIR
292 self.downloadDir = downloadDir
322 if not os.path.exists(self.downloadDir):
323 rv += "Warning: Download directory \"%s\" does not exist\n" % self.downloadDir
324 elif not os.access(self.downloadDir, RWX_OK):
325 rv += "Warning: Download directory \"%s\" is not writable or not readable\n" % self.downloadDir
678 self.archiveFilename = os.path.join(self._db.preferences.downloadDir, filename
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
pimp.py 278 downloadDir=None,
284 if not downloadDir:
285 downloadDir = DEFAULT_DOWNLOADDIR
292 self.downloadDir = downloadDir
322 if not os.path.exists(self.downloadDir):
323 rv += "Warning: Download directory \"%s\" does not exist\n" % self.downloadDir
324 elif not os.access(self.downloadDir, RWX_OK):
325 rv += "Warning: Download directory \"%s\" is not writable or not readable\n" % self.downloadDir
678 self.archiveFilename = os.path.join(self._db.preferences.downloadDir, filename
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
pimp.py 278 downloadDir=None,
284 if not downloadDir:
285 downloadDir = DEFAULT_DOWNLOADDIR
292 self.downloadDir = downloadDir
322 if not os.path.exists(self.downloadDir):
323 rv += "Warning: Download directory \"%s\" does not exist\n" % self.downloadDir
324 elif not os.access(self.downloadDir, RWX_OK):
325 rv += "Warning: Download directory \"%s\" is not writable or not readable\n" % self.downloadDir
678 self.archiveFilename = os.path.join(self._db.preferences.downloadDir, filename
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationFragment.java     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar 

Completed in 406 milliseconds