Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/util/
DFuseUtilTest.java57 Assert.assertTrue(mFuseUtil.canMountZip()); in testCanMountZip()
74 Assert.assertFalse(mFuseUtil.canMountZip()); in testCanMountZip_unsupported()
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DFuseUtil.java49 public boolean canMountZip() { in canMountZip() method in FuseUtil
/tools/tradefederation/core/javatests/com/android/tradefed/build/
DDeviceFolderBuildInfoTest.java55 Mockito.when(mMockFuseUtil.canMountZip()).thenReturn(true); in setUp()
/tools/tradefederation/core/javatests/com/android/tradefed/cluster/
DClusterBuildProviderTest.java91 Mockito.when(mMockFuseUtil.canMountZip()).thenReturn(false); in setUp()
152 Mockito.when(mMockFuseUtil.canMountZip()).thenReturn(true); in setUpMockFuseUtil()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterBuildProvider.java271 if (fuseUtil.canMountZip()) {
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java810 && getFuseUtil().canMountZip()) { in flashSystem()
/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DFastbootDeviceFlasherTest.java635 when(mMockFuseUtil.canMountZip()).thenReturn(true); in testCheckAndFlashSystemWithFlashall()