Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/app/src/main/java/com/google/oboe/tests/unittestrunner/
DMainActivity.java64 String testBinaryPath = abi + "/" + TEST_BINARY_FILEANAME; in executeBinary() local
67 InputStream inStream = assetManager.open(testBinaryPath); in executeBinary()
68 Log.d(TAG, "Opened " + testBinaryPath); in executeBinary()
83 Log.d(TAG, "Copied " + testBinaryPath + " to " + filesDir); in executeBinary()