Searched refs:mAuthFsTestRule (Results 1 – 2 of 2) sorted by relevance
68 @Rule public final AuthFsTestRule mAuthFsTestRule = new AuthFsTestRule(); field in AuthFsBenchmarks80 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 …]
73 @Rule public final AuthFsTestRule mAuthFsTestRule = new AuthFsTestRule(); field in AuthFsHostTest630 mAuthFsTestRule.FUSE_SUPER_MAGIC_HEX + " 2", in testStatfs()713 mAuthFsTestRule.runAuthFsOnMicrodroid(flags); in runAuthFsOnMicrodroid()718 mAuthFsTestRule.runFdServerOnAndroid(helperFlags, fdServerFlags); in runFdServerOnAndroid()