Home
last modified time | relevance | path

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

/aosp_15_r20/external/oboe/tests/UnitTestRunner/app/src/main/java/com/google/oboe/tests/unittestrunner/
H A DMainActivity.java112 String testBinaryPath = abi + "/" + TEST_BINARY_FILENAME; in getExecutablePathFromAssets() local
115 InputStream inStream = assetManager.open(testBinaryPath); in getExecutablePathFromAssets()
116 Log.d(TAG, "Opened " + testBinaryPath); in getExecutablePathFromAssets()
131 Log.d(TAG, "Copied " + testBinaryPath + " to " + filesDir); in getExecutablePathFromAssets()
/aosp_15_r20/build/soong/cc/
H A Dcc_test.go327 testBinaryPath := testBinary.dataPaths()[0].SrcPath.String()
333 if !strings.HasSuffix(testBinaryPath, "/test_lib.so") {
334 t.Errorf("expected test data file to be 'test_lib.so', but was '%s'", testBinaryPath)