HomeSort by relevance Sort by last modified time
    Searched full:destinationfile (Results 1 - 9 of 9) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
SaveCopyTask.java 74 private final File destinationFile;
82 this.destinationFile = getNewFile(context, sourceUri);
84 this.destinationFile = destination;
204 if (putExifData(this.destinationFile, exif, bitmap)) {
205 putPanoramaXMPData(this.destinationFile, xmp);
206 uri = insertContent(context, sourceUri, this.destinationFile, saveFileName,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
ExportWizard.java 504 void setDestination(File destinationFile) {
505 mDestinationFile = destinationFile;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
UpdateHandler.java 628 final String destinationFile = getTempFileName(context, locale);
629 downloadRecord.mAttributes.put(MetadataDbHelper.LOCAL_FILENAME_COLUMN, destinationFile);
633 outputStream = context.openFileOutput(destinationFile, Context.MODE_PRIVATE);
648 copiedFile = context.openFileInput(destinationFile);
660 context.deleteFile(destinationFile);
    [all...]
  /external/chromium/chrome/browser/download/
download_browsertest.cc 443 FilePath DestinationFile(Browser* browser, FilePath file) {
546 FilePath downloaded_file(DestinationFile(browser, downloaded_filename));
771 FilePath downloaded_file(DestinationFile(browser(), file));
808 FilePath file_path(DestinationFile(browser(), file));
    [all...]
  /libcore/benchmarks/libs/
caliper.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar 
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/android/tools/internal/internal-plugins/1.0/
internal-plugins-1.0.jar 

Completed in 1155 milliseconds