Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/stub/
DStubWriter.kt101 val sourceFile = File(getPackageDir(pkg), "overview.html") in <lambda>() constant
120 val sourceFile = File(getPackageDir(pkg), "package-info.java") in <lambda>() constant
182 val sourceFile = getClassFile(cls) in <lambda>() constant
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DBaseDeviceMetricCollectorTest.java590 File sourceFile = FileUtil.createTempFile(fileName, null, hostTestCasesDir); in testResolveRelativeFilePath_withDeviceBuildInfo() local
623 File sourceFile = FileUtil.createTempFile(fileName, null, hostTestCasesDir); in testUnableResolveRelativeFilePath_withDeviceBuildInfo() local
657 File sourceFile = FileUtil.createTempFile(fileName, null, hostTestCasesDir); in testResolveRelativeFilePath_fromModule() local
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DGsiDeviceFlashPreparer.java293 ITestDevice device, String requestedFileName, File sourceFile, File tmpDir) in getRequestedFile()
DGkiDeviceFlashPreparer.java299 ITestDevice device, String requestedFileName, File sourceFile, File tmpDir) in getRequestedFile()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DPushFilePreparerTest.java342 File sourceFile = FileUtil.createTempFile(fileName, null, hostTestCasesDir); in testResolveRelativeFilePath_withDeviceBuildInfo() local
373 File sourceFile = FileUtil.createTempFile(fileName, null, hostTestCasesDir); in testResolveRelativeFilePath_withDeviceBuildInfo_remoteZip() local
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DFileUtil.java567 public static String readStringFromFile(File sourceFile) throws IOException { in readStringFromFile()
580 public static String readStringFromFile(File sourceFile, long startOffset, long length) in readStringFromFile()
/tools/metalava/src/test/java/com/android/tools/metalava/
DDriverTest.kt1210 val sourceFile = mergeBaselineContent ?: updateBaselineContent ?: baselineContent ?: "" in <lambda>() constant
1325 val sourceFile = sourceFiles[i] in <lambda>() constant