Home
last modified time | relevance | path

Searched refs:getPathString (Results 1 – 1 of 1) sorted by relevance

/cts/tools/release-parser/src/com/android/cts/releaseparser/
DMain.java48 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() method in Main