Home
last modified time | relevance | path

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

/packages/modules/Virtualization/authfs/tests/hosttests/java/src/com/android/fs/
DAuthFsHostTest.java97 runAuthFsOnMicrodroid("--remote-ro-file-unverified 6 --remote-ro-file 3:" + DIGEST_4M); in testReadWithFsverityVerification_RemoteFile()
119 runAuthFsOnMicrodroid( in testReadWithFsverityVerification_RemoteSmallerFile()
140 runAuthFsOnMicrodroid("--remote-ro-file 3:" + DIGEST_4M); in testReadWithFsverityVerification_TamperedMerkleTree()
152 runAuthFsOnMicrodroid("--remote-ro-file 3:sha256-" + expectedDigest); in testReadWithFsverityVerification_FdServerUsesRealFsverityData()
166 runAuthFsOnMicrodroid("--remote-new-rw-file 3"); in testWriteThroughCorrectly()
183 runAuthFsOnMicrodroid("--remote-new-rw-file 3"); in testWriteFailedIfDetectsTampering()
224 runAuthFsOnMicrodroid("--remote-new-rw-file 3"); in testReadFailedIfDetectsTampering()
252 runAuthFsOnMicrodroid("--remote-new-rw-file 3"); in testResizeFailedIfDetectsTampering()
276 runAuthFsOnMicrodroid("--remote-new-rw-file 3"); in testFileResize()
310 runAuthFsOnMicrodroid("--remote-new-rw-dir 3"); in testOutputDirectory_WriteNewFiles()
[all …]
/packages/modules/Virtualization/authfs/tests/benchmarks/src/java/com/android/fs/benchmarks/
DAuthFsBenchmarks.java133 mAuthFsTestRule.runAuthFsOnMicrodroid("--remote-ro-file 3:" + DIGEST_4M); in readRemoteFile()
150 mAuthFsTestRule.runAuthFsOnMicrodroid("--remote-new-rw-file 5"); in writeRemoteFile()
/packages/modules/Virtualization/authfs/tests/common/src/java/com/android/fs/common/
DAuthFsTestRule.java188 public void runAuthFsOnMicrodroid(String flags) {