Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DDrawableTestUtils.java223 String fileFullName = originalFile.getName(); in saveAutoNamedVectorDrawableIntoPNG() local
224 String fileTitle = fileFullName.substring(0, fileFullName.lastIndexOf(".")); in saveAutoNamedVectorDrawableIntoPNG()
236 @NonNull String fileFullName) in saveVectorDrawableIntoPNG() argument
245 String outputFilename = outputFolder + "/" + fileFullName + "_golden"; in saveVectorDrawableIntoPNG()