Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/testing/android/native_test/java/src/org/chromium/native_test/
H A DNativeTest.java72 String coverageDeviceFile = activity.getIntent().getStringExtra(EXTRA_COVERAGE_DEVICE_FILE); in preCreate() local
73 if (coverageDeviceFile != null && Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) { in preCreate()
75 Os.setenv("LLVM_PROFILE_FILE", coverageDeviceFile, true); in preCreate()