Home
last modified time | relevance | path

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

/tools/tradefederation/core/common_util/com/android/tradefed/util/
DFuseUtil.java28 static final long FUSE_ZIP_TIMEOUT_MILLIS = 5 * 60 * 1000; field in FuseUtil
52 getRunUtil().runTimedCmd(FUSE_ZIP_TIMEOUT_MILLIS, "test", "-c", "/dev/fuse"); in canMountZip()
54 getRunUtil().runTimedCmd(FUSE_ZIP_TIMEOUT_MILLIS, "which", "fuse-zip"); in canMountZip()
73 FUSE_ZIP_TIMEOUT_MILLIS, in mountZip()
94 FUSE_ZIP_TIMEOUT_MILLIS, in unmountZip()
/tools/tradefederation/core/javatests/com/android/tradefed/util/
DFuseUtilTest.java60 .runTimedCmd(FuseUtil.FUSE_ZIP_TIMEOUT_MILLIS, "test", "-c", "/dev/fuse"); in testCanMountZip()
61 Mockito.verify(mRunUtil).runTimedCmd(FuseUtil.FUSE_ZIP_TIMEOUT_MILLIS, "which", "fuse-zip"); in testCanMountZip()
77 .runTimedCmd(FuseUtil.FUSE_ZIP_TIMEOUT_MILLIS, "test", "-c", "/dev/fuse"); in testCanMountZip_unsupported()
78 Mockito.verify(mRunUtil).runTimedCmd(FuseUtil.FUSE_ZIP_TIMEOUT_MILLIS, "which", "fuse-zip"); in testCanMountZip_unsupported()
92 FuseUtil.FUSE_ZIP_TIMEOUT_MILLIS, in testMountZip()
109 FuseUtil.FUSE_ZIP_TIMEOUT_MILLIS, in testUnmountZip()