Home
last modified time | relevance | path

Searched defs:targetFile (Results 1 – 17 of 17) sorted by relevance

/external/downloader/src/test/java/com/google/android/downloader/
DProtoFileDownloadDestinationTest.java40 File targetFile = new File("/does/not/exist"); in numExistingBytes_fileDoesNotExist() local
51 File targetFile = temporaryFolder.newFile(); in numExistingBytes_fileEmpty() local
60 File targetFile = temporaryFolder.newFile(); in numExistingBytes_fileNonEmpty() local
70 File targetFile = new File("/does/not/exist"); in metadata_fileDoesNotExist() local
81 File targetFile = temporaryFolder.newFile(); in metadata_fileEmpty() local
92 File targetFile = temporaryFolder.newFile(); in metadata_fileNonEmpty() local
104 File targetFile = new File("/does/not/exist"); in openByteChannel_fileDoesNotExist() local
115 File targetFile = temporaryFolder.newFile(); in openByteChannel_fileEmpty() local
132 File targetFile = temporaryFolder.newFile(); in openByteChannel_fileNonEmpty() local
151 File targetFile = temporaryFolder.newFile(); in openByteChannel_metadata() local
[all …]
DSimpleFileDownloadDestinationTest.java40 File targetFile = new File("/does/not/exist"); in numExistingBytes_fileDoesNotExist() local
51 File targetFile = temporaryFolder.newFile(); in numExistingBytes_fileEmpty() local
60 File targetFile = temporaryFolder.newFile(); in numExistingBytes_fileNonEmpty() local
70 File targetFile = new File("/does/not/exist"); in metadata_fileDoesNotExist() local
81 File targetFile = temporaryFolder.newFile(); in metadata_fileEmpty() local
92 File targetFile = temporaryFolder.newFile(); in metadata_fileNonEmpty() local
104 File targetFile = new File("/does/not/exist"); in openByteChannel_fileDoesNotExist() local
115 File targetFile = temporaryFolder.newFile(); in openByteChannel_fileEmpty() local
132 File targetFile = temporaryFolder.newFile(); in openByteChannel_fileNonEmpty() local
151 File targetFile = temporaryFolder.newFile(); in openByteChannel_metadata() local
[all …]
DPlatformUrlEngineTest.java122 File targetFile = temporaryFolder.newFile(); in executeRequest_fileUrl() local
/external/downloader/src/main/java/com/google/android/downloader/
DProtoFileDownloadDestination.java35 private final File targetFile; field in ProtoFileDownloadDestination
38 public ProtoFileDownloadDestination(File targetFile, File metadataFile) { in ProtoFileDownloadDestination()
DSimpleFileDownloadDestination.java39 private final File targetFile; field in SimpleFileDownloadDestination
42 public SimpleFileDownloadDestination(File targetFile, File metadataFile) { in SimpleFileDownloadDestination()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/changes/
DChange.java31 private final String targetFile; // entry name to delete field in Change
85 String targetFile() { in targetFile() method in Change
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DToolUtilities.java46 …public void generateBat(String sourceDir, String sourceFile, String targetDir, String targetFile) { in generateBat()
50 …c public void generateBat(String sourceDir, String sourceFile, String targetDir, String targetFile, in generateBat()
DMakeTransliterator.java69 String targetFile = cldrDataDir + "en-IPA.txt"; in main() local
/external/libtextclassifier/java/src/com/android/textclassifier/downloader/
DModelDownloaderServiceImpl.java96 File targetFile = new File(targetFilePath); in download() local
142 static File getMetadataFile(File targetFile) { in getMetadataFile()
/external/apache-commons-io/src/main/java/org/apache/commons/io/file/
DCopyDirectoryVisitor.java89 protected void copy(final Path sourceFile, final Path targetFile) throws IOException { in copy()
173 final Path targetFile = resolveRelativeAsString(sourceFile); in visitFile() local
DPathUtils.java282 …public static Path copyFile(final URL sourceFile, final Path targetFile, final CopyOption... copyO… in copyFile()
/external/libtextclassifier/java/src/com/android/textclassifier/
DModelFileManagerImpl.java171 private final File targetFile; field in ModelFileManagerImpl.RegularFileFullMatchLister
180 @ModelTypeDef String modelType, File targetFile, Supplier<Boolean> isEnabled) { in RegularFileFullMatchLister()
/external/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/downloader/
DTestModelDownloaderService.java126 File targetFile = new File(targetFilePath); in download() local
/external/apache-commons-io/src/test/java/org/apache/commons/io/file/
DPathUtilsTest.java194 final Path targetFile = PathUtils.copyFileToDirectory(sourceFile, tempDirPath); in testCopyFile() local
203 final Path targetFile = PathUtils.copyFileToDirectory(url, tempDirPath); in testCopyURL() local
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DDemo.java596 String targetFile = sourceFile.getCanonicalPath(); in genTestFile() local
1024 static void printNames(UnicodeSet s, String targetFile) { in printNames()
/external/antlr/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
DANTLR3.java132 public void setTarget(File targetFile) { in setTarget()
/external/apache-commons-io/src/main/java/org/apache/commons/io/
DFileUtils.java2851 …private static void setLastModified(final File sourceFile, final File targetFile) throws IOExcepti… in setLastModified()