Home
last modified time | relevance | path

Searched defs:file (Results 1 – 25 of 50) sorted by relevance

12

/tools/apksig/src/main/java/com/android/apksig/util/
DDataSources.java46 public static DataSource asDataSource(RandomAccessFile file) { in asDataSource()
57 public static DataSource asDataSource(RandomAccessFile file, long offset, long size) { in asDataSource()
DDataSinks.java43 public static DataSink asDataSink(RandomAccessFile file) { in asDataSink()
/tools/tradefederation/core/src/com/android/tradefed/result/
DFileInputStreamSource.java36 public FileInputStreamSource(File file) { in FileInputStreamSource()
47 public FileInputStreamSource(File file, boolean deleteFileOnCancel) { in FileInputStreamSource()
DDeviceFileReporter.java170 File file = null; in run() local
224 InputStreamSource createIssForFile(File file) { in createIssForFile()
DFileMetadataCollector.java57 com.android.tradefed.result.LogFile file) { in testLogSaved()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DInstallAllTestZipAppsSetupTest.java102 File file = new File(zip); in testGetZipFile() local
177 final String file = "TEST"; in testInstallFailure() local
199 final String file = "TEST"; in testInstallFailureNoStop() local
DAllTestAppsInstallSetupTest.java99 final String file = "TEST"; in testInstallFailure() local
/tools/apksig/src/main/java/com/android/apksig/internal/util/
DRandomAccessFileDataSink.java38 public RandomAccessFileDataSink(RandomAccessFile file) { in RandomAccessFileDataSink()
46 public RandomAccessFileDataSink(RandomAccessFile file, long startPosition) { in RandomAccessFileDataSink()
DRandomAccessFileDataSource.java43 public RandomAccessFileDataSource(RandomAccessFile file) { in RandomAccessFileDataSource()
56 public RandomAccessFileDataSource(RandomAccessFile file, long offset, long size) { in RandomAccessFileDataSource()
/tools/tradefederation/core/prod-tests/src/com/android/browser/tests/
DRandomUrlListPusher.java88 List<String> getRandomLinesFromFile(File file, int numLines) throws IOException { in getRandomLinesFromFile()
122 int countNumLines(File file) throws IOException { in countNumLines()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DNoisyDryRunTest.java70 File file = new File(filename); in testCommandFile() local
89 void checkFileWithTimeout(File file) throws IOException { in checkFileWithTimeout()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandFileParser.java69 CommandLine(File file, int lineNumber) { in CommandLine()
75 CommandLine(Collection<? extends String> c, File file, int lineNumber) { in CommandLine()
253 private void scanFile(File file) throws IOException, ConfigurationException { in scanFile()
353 public List<CommandLine> parseFile(File file) throws IOException, in parseFile()
514 BufferedReader createCommandFileReader(File file) throws IOException { in createCommandFileReader()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DFakeTestsZipFolderTest.java53 File file = new File(data, fileName); in testFakeTestsZipFolder() local
DZipUtil2Test.java57 private void verifyFilePermission(File file, String permString) throws IOException { in verifyFilePermission()
68 private void verifyFilePermission(File file) throws IOException { in verifyFilePermission()
/tools/tradefederation/core/src/com/android/tradefed/build/
DVersionedFile.java27 public VersionedFile(File file, String version) { in VersionedFile()
DFileDownloadCache.java77 FilePair(String relPath, File file) { in FilePair()
345 File file = mCacheMap.get(remotePath); in incrementAndAdjustCache() local
443 File file = mCacheMap.remove(remoteFilePath); in deleteCacheEntry() local
DOtaToolsDeviceBuildInfo.java49 public void setOtaPackageFile(File file, String version) { in setOtaPackageFile()
/tools/tradefederation/core/src/com/android/tradefed/util/
DFileUtil.java119 public static boolean mkdirsRWX(File file) { in mkdirsRWX()
143 public static boolean chmodRWXRecursively(File file) { in chmodRWXRecursively()
170 public static boolean chmod(File file, String perms) { in chmod()
191 public static boolean chmodGroupRW(File file) { in chmodGroupRW()
216 public static boolean chmodGroupRWX(File file) { in chmodGroupRWX()
251 public static void setReadableRecursive(File file) { in setReadableRecursive()
608 private static void verifyDiskSpace(File file) { in verifyDiskSpace()
734 public static void deleteFile(File file) { in deleteFile()
980 public static void gzipFile(File file, File gzipFile) throws IOException { in gzipFile()
991 public static String calculateMd5(File file) throws IOException { in calculateMd5()
DZipUtil.java230 public static void addToZip(ZipOutputStream out, File file, List<String> relativePathSegs) in addToZip()
282 public static void gzipFile(File file, File gzipFile) throws IOException { in gzipFile()
307 private static void writeToStream(File file, OutputStream out) throws IOException { in writeToStream()
DFakeTestsZipFolder.java68 File file = new File(mData, fileName); in createItems() local
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/util/
DFileDisk.java57 public FileDisk(File file, boolean readOnly) throws FileNotFoundException { in FileDisk()
90 public static FileDisk create(File file, long size) throws IOException { in create()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DAdditionalFilesInstaller.java49 File file = buildFile.getFile(); in setUp() local
/tools/apksig/src/test/java/com/android/apksig/util/
DDataSourceFromRAFTest.java92 TmpFileCloseable(File file, Closeable closeable) { in TmpFileCloseable()
/tools/tradefederation/core/src/com/android/tradefed/util/xml/
DAndroidManifestWriter.java93 File file = new File(mOsManifestFilePath); in saveXmlToFile() local
/tools/tradefederation/core/src/com/android/tradefed/util/net/
DHttpMultipartPost.java80 public void addTextFile(String name, File file) throws IOException { in addTextFile()

12