Searched refs:outputPath (Results 1 – 6 of 6) sorted by relevance
/cts/tools/release-parser/src/com/android/cts/releaseparser/ |
D | Main.java | 42 String outputPath = argParser.getParameterElement("o", 0); in main() local 48 relNameVer, getPathString(outputPath, "%s-ReleaseContent.csv", relNameVer)); in main() 54 getPathString(outputPath, "%s", relNameVer)); in main() 61 getPathString(outputPath, "%s-ReleaseContent.pb", relNameVer)); in main() 68 getPathString(outputPath, "%s-ReleaseContent.txt", relNameVer)); in main() 83 relNameVer, getPathString(outputPath, "%s-KnownFailure.csv", relNameVer)); in main() 85 relNameVer, getPathString(outputPath, "%s-TestCase.csv", relNameVer)); in main() 87 relNameVer, getPathString(outputPath, "%s-TestModule.csv", relNameVer)); in main() 92 new FileOutputStream(getPathString(outputPath, "%s-TestSuite.pb", relNameVer)); in main() 102 public static String getPathString(String outputPath, String format, String id) { in getPathString() argument [all …]
|
/cts/hostsidetests/packagemanager/parsing/processing/ |
D | ApkGenerator.py | 81 outputPath = f"{tempDir}/{hashCode}.xml" variable 82 outputFile = open(outputPath, "w") 94 "--manifest", outputPath,
|
/cts/tests/tests/media/src/android/media/cts/ |
D | HeifWriterTest.java | 121 String outputPath = new File(Environment.getExternalStorageDirectory(), in setUp() local 128 outputStream = new FileOutputStream(outputPath); in setUp() 335 String inputPath, String outputPath, Bitmap[] bitmaps) { in TestConfig() argument 346 mOutputPath = outputPath; in TestConfig()
|
D | RoutingTest.java | 813 final String outputPath = new File(Environment.getExternalStorageDirectory(), in allocMediaRecorder() local 815 mOutFile = new File(outputPath); in allocMediaRecorder() 820 mediaRecorder.setOutputFile(outputPath); in allocMediaRecorder()
|
D | MediaMetadataRetrieverTest.java | 1236 String outputPath = new File( in copyMediaFile() local 1240 outputStream = new FileOutputStream(outputPath); in copyMediaFile()
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | HeifWriterTest.java | 249 String outputPath) { in TestConfig() argument 257 mOutputPath = outputPath; in TestConfig()
|