Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/ApkVerityTestApp/src/android/appsecurity/cts/apkveritytestapp/
DInstalledFilesCheck.java43 private static native boolean hasFsverityNative(@NonNull String path); in hasFsverityNative() method in InstalledFilesCheck
49 assertTrue("Expect to have fs-verity: " + path, hasFsverityNative(path)); in testFilesHaveFsverity()