Home
last modified time | relevance | path

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

/packages/modules/Virtualization/authfs/tests/benchmarks/src/java/com/android/fs/benchmarks/
DAuthFsBenchmarks.java68 @Rule public final AuthFsTestRule mAuthFsTestRule = new AuthFsTestRule(); field in AuthFsBenchmarks
80 mAuthFsTestRule.setUpTest(); in setUp()
122 mAuthFsTestRule in readRemoteFile()
124 .run("cat " + mAuthFsTestRule.TEST_DIR + "/input.4m > /dev/null"); in readRemoteFile()
126 String filePath = mAuthFsTestRule.MOUNT_DIR + "/3"; in readRemoteFile()
131 mAuthFsTestRule.runFdServerOnAndroid( in readRemoteFile()
133 mAuthFsTestRule.runAuthFsOnMicrodroid("--remote-ro-file 3:" + DIGEST_4M); in readRemoteFile()
135 String rate = mAuthFsTestRule.getMicrodroid().run(cmd); in readRemoteFile()
137 mAuthFsTestRule.killFdServerOnAndroid(); in readRemoteFile()
143 String filePath = mAuthFsTestRule.MOUNT_DIR + "/5"; in writeRemoteFile()
[all …]
/packages/modules/Virtualization/authfs/tests/hosttests/java/src/com/android/fs/
DAuthFsHostTest.java73 @Rule public final AuthFsTestRule mAuthFsTestRule = new AuthFsTestRule(); field in AuthFsHostTest
630 mAuthFsTestRule.FUSE_SUPER_MAGIC_HEX + " 2", in testStatfs()
713 mAuthFsTestRule.runAuthFsOnMicrodroid(flags); in runAuthFsOnMicrodroid()
718 mAuthFsTestRule.runFdServerOnAndroid(helperFlags, fdServerFlags); in runFdServerOnAndroid()