Home
last modified time | relevance | path

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

12345678

/aosp_15_r20/external/downloader/src/test/java/com/google/android/downloader/
H A 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 …]
H A 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 …]
H A DPlatformUrlEngineTest.java122 File targetFile = temporaryFolder.newFile(); in executeRequest_fileUrl() local
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/util/
DZipUtil.java500 public static void applyPermission(File targetFile, CentralDirectoryInfo zipEntry) in applyPermission()
521 public static void unzipPartialZipFolder(File targetFile, CentralDirectoryInfo zipEntry) in unzipPartialZipFolder()
555 File targetFile, in unzipPartialZipFile()
642 private static void unzipRawZip(File zipFile, File targetFile, CentralDirectoryInfo zipEntry) in unzipRawZip()
679 private static void unzipSymlink(File zipFile, File targetFile, CentralDirectoryInfo zipEntry) in unzipSymlink()
/aosp_15_r20/external/downloader/src/main/java/com/google/android/downloader/
H A DProtoFileDownloadDestination.java35 private final File targetFile; field in ProtoFileDownloadDestination
38 public ProtoFileDownloadDestination(File targetFile, File metadataFile) { in ProtoFileDownloadDestination()
H A DSimpleFileDownloadDestination.java39 private final File targetFile; field in SimpleFileDownloadDestination
42 public SimpleFileDownloadDestination(File targetFile, File metadataFile) { in SimpleFileDownloadDestination()
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/changes/
H A DChange.java31 private final String targetFile; // entry name to delete field in Change
85 String targetFile() { in targetFile() method in Change
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DToolUtilities.java49 String sourceDir, String sourceFile, String targetDir, String targetFile) { in generateBat()
62 String targetFile, in generateBat()
/aosp_15_r20/external/libtextclassifier/java/src/com/android/textclassifier/downloader/
H A DModelDownloaderServiceImpl.java96 File targetFile = new File(targetFilePath); in download() local
142 static File getMetadataFile(File targetFile) { in getMetadataFile()
/aosp_15_r20/development/tools/ota_analysis/src/services/
H A Dpayload_composition.js101 export async function operatedExtensionStatistics(partitions, blockSize, targetFile) { argument
140 export async function analysePartitions(metrics, partitions, blockSize = 4096, targetFile = null) { argument
H A Dmap_parser.js16 constructor(targetFile) { argument
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/file/
H A DCopyDirectoryVisitor.java89 protected void copy(final Path sourceFile, final Path targetFile) throws IOException { in copy()
173 final Path targetFile = resolveRelativeAsString(sourceFile); in visitFile() local
/aosp_15_r20/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
H A DReadElfTest.java109 File targetFile = getResrouceFile(elfFileName); in checkReadElf() local
179 private void chkDynSymbol(File targetFile, ReadElf.Symbol[] dynSymbolArr) throws IOException { in chkDynSymbol()
/aosp_15_r20/frameworks/base/core/java/android/content/pm/dex/
H A DDexMetadataHelper.java105 public static File findDexMetadataForFile(File targetFile) { in findDexMetadataForFile()
170 private static String buildDexMetadataPathForFile(File targetFile) { in buildDexMetadataPathForFile()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/util/
DRemoteZip.java204 File targetFile = new File(destDir, info.getFileName()); in downloadFiles() local
312 File targetFile = in unzipDownloadedCollection() local
/aosp_15_r20/pdk/apps/TestingCamera/src/com/android/testingcamera/
H A DSnapshotDialogFragment.java152 File targetFile = parent.getOutputMediaFile(TestingCamera.MEDIA_TYPE_IMAGE); in saveFile() local
173 private void updateExif(File targetFile) { in updateExif()
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/util/
DZipUtilTest.java243 File targetFile; in testPartipUnzip() local
469 File targetFile; in testPartialUnzipWithUseZip64() local
DRemoteZipTest.java152 File targetFile = Paths.get(destDir.getPath(), "large_text", "file.txt").toFile(); in testDownloadFilesFromZip() local
/aosp_15_r20/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
H A DIncrementalDeqpPreparer.java262 protected Map<String, String> getTargetFileHash(Set<String> fileNames, File targetFile) in getTargetFileHash()
343 protected void validateBuildFingerprint(File targetFile, ITestDevice device) in validateBuildFingerprint()
/aosp_15_r20/external/libtextclassifier/java/src/com/android/textclassifier/
H A DModelFileManagerImpl.java171 private final File targetFile; field in ModelFileManagerImpl.RegularFileFullMatchLister
180 @ModelTypeDef String modelType, File targetFile, Supplier<Boolean> isEnabled) { in RegularFileFullMatchLister()
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/file/
H A DPathUtilsTest.java192 final Path targetFile = PathUtils.copyFileToDirectory(sourceFile, tempDirPath); in testCopyFile() local
201 final Path targetFile = PathUtils.copyFileToDirectory(url, tempDirPath); in testCopyURL() local
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/build/cache/
DPartialZipDownloadCacheTest.java54 File targetFile = FileUtil.createTempFile("test-name", ".config"); in testcache() local
/aosp_15_r20/packages/apps/Nfc/src/com/android/nfc/cardemulation/util/
DNfcFileUtils.java48 final File targetFile = new File(targetDir, sourceFile.getName()); in moveFiles() local
/aosp_15_r20/development/tools/ota_analysis/src/__tests__/
H A Dmap_parser.test.js4 var targetFile = new Blob() variable
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/build/cache/
DPartialZipDownloadCache.java105 public boolean getCachedFile(File targetFile, String fileName, String crc) { in getCachedFile()

12345678