Searched refs:testBinaryPath (Results 1 – 2 of 2) sorted by relevance
112 String testBinaryPath = abi + "/" + TEST_BINARY_FILENAME; in getExecutablePathFromAssets() local115 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()
327 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)