Home
last modified time | relevance | path

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

/aosp12/packages/modules/Virtualization/authfs/tests/java/src/com/android/fs/
H A DAuthFsHostTest.java82 runAuthFsInBackground( in testReadWithFsverityVerification_LocalFile()
114 runAuthFsInBackground( in testReadWithFsverityVerification_RemoteFile()
140 runAuthFsInBackground( in testReadWithFsverityVerification_RemoteSmallerFile()
164 runAuthFsInBackground("--remote-ro-file 10:3:4096:cert.der"); in testReadWithFsverityVerification_TamperedMerkleTree()
175 runAuthFsInBackground("--remote-new-rw-file 20:3"); in testWriteThroughCorrectly()
193 runAuthFsInBackground("--remote-new-rw-file 20:3"); in testWriteFailedIfDetectsTampering()
224 runAuthFsInBackground("--remote-new-rw-file 20:3"); in testFileResize()
307 private void runAuthFsInBackground(String flags) throws DeviceNotAvailableException { in runAuthFsInBackground() method in AuthFsHostTest