Home
last modified time | relevance | path

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

/external/conscrypt/platform/src/test/java/org/conscrypt/
DTrustedCertificateStoreTest.java798 File expectedFile = store.getCertificateFile(dir, cert); in testSystemCaCertsUseCorrectFileNames() local
800 expectedFile.getAbsolutePath(), actualFile.getAbsolutePath()); in testSystemCaCertsUseCorrectFileNames()
824 File expectedFile = store.getCertificateFile(dir, cert); in testSystemCaCertsUseCorrectFileNames() local
825 if (!expectedFile.isFile()) { in testSystemCaCertsUseCorrectFileNames()
827 + ": " + expectedFile.getAbsolutePath()); in testSystemCaCertsUseCorrectFileNames()
/external/parameter-framework/upstream/test/functional-tests/
DHandle.cpp162 utility::TmpFile expectedFile(expected); in checkEq() local
165 resultFile.getPath() + ' ' + expectedFile.getPath(); in checkEq()
/external/r8/src/test/java/com/android/tools/r8/
DR8RunArtTestsTest.java1484 File expectedFile = specification.resolveFile("expected.txt"); in runArtTestDoRunOnArt() local
1485 String expected = com.google.common.io.Files.toString(expectedFile, Charsets.UTF_8); in runArtTestDoRunOnArt()
1511 specification.resolveFile("check").toString(), expectedFile.toString(), in runArtTestDoRunOnArt()