Home
last modified time | relevance | path

Searched defs:File (Results 1 – 7 of 7) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/
Dplugin.proto91 message File { message
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DInstallApexModuleTargetPreparer.java329 protected void installer(TestInformation testInfo, Map<File, String> testAppFileNames) in installer()
689 Map<File, String> testAppFileNames, TestInformation testInfo) throws TargetSetupError { in collectApexInfoFromApexModules()
DTestAppInstallSetup.java409 protected void installer(TestInformation testInfo, Map<File, String> appFilesAndPackages) in installer()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DTestAppInstallSetupTest.java580 Function<File, String> fileToPackage, Map<String, String> options) in createPreparer()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterLogSaver.java237 private Map<File, String> uploadFiles(Map<File, String> fileMap, FilePickingStrategy strategy) { in uploadFiles()
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandFileParserTest.java46 MockCommandFileParser(Map<File, String> dataMap) { in MockCommandFileParser()
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DZFile.java2457 @Nonnull Function<? super File, Boolean> mayCompress) throws IOException { in addAllRecursively()