Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/
DAppCrawlTesterTest.java65 private final FileSystem mFileSystem = field in AppCrawlTesterTest
92 Path roboDir = mFileSystem.getPath("robo"); in start_roboscriptDirectoryProvided_throws()
104 Path crawlGuidanceDir = mFileSystem.getPath("crawlguide"); in start_crawlGuidanceDirectoryProvided_throws()
246 Path root = mFileSystem.getPath("apk"); in start_withSplitApksInSubDirectory_doesNotThrowException()
259 Path root = mFileSystem.getPath("apk"); in start_withSingleSplitApkDirectory_doesNotThrowException()
270 Path root = mFileSystem.getPath("apk"); in start_withSingleApkDirectory_doesNotThrowException()
281 Path root = mFileSystem.getPath("single.apk"); in start_withSingleApkFile_doesNotThrowException()
292 Path root = mFileSystem.getPath("apk"); in start_withApkDirectoryContainingOtherFileTypes_doesNotThrowException()
304 Path root = mFileSystem.getPath("apk"); in start_withApkDirectoryContainingNoApks_throwException()
315 Path root = mFileSystem.getPath("single.not_apk"); in start_withNonApkPath_throwException()
[all …]
DApkInstallerTest.java44 private final FileSystem mFileSystem = field in ApkInstallerTest
49 Path root = mFileSystem.getPath("apk"); in install_failedToListApks_throwsException()
60 Path root = mFileSystem.getPath("apk"); in install_installCommandFailed_throwsException()
73 Path root = mFileSystem.getPath("apk"); in install_installCommandSucceed_doesNotThrow()
86 Path root = mFileSystem.getPath("apk"); in install_parsePackageNameFailed_throwsException()
105 Path root = mFileSystem.getPath("apk"); in install_obbExists_installObb()
DTestUtilsTest.java61 private final FileSystem mFileSystem = field in TestUtilsTest
66 Path root = mFileSystem.getPath("apk"); in listApks_withSplitApksInSubDirectory_returnsApks()
84 Path root = mFileSystem.getPath("apk"); in listApks_withSingleSplitApkDirectory_returnsApks()
101 Path root = mFileSystem.getPath("apk"); in listApks_withSplitApkDirectory_returnsListWithBaseApkAsTheFirstElement()
115 Path root = mFileSystem.getPath("apk"); in listApks_withSingleApkDirectory_returnsApks()
131 Path root = mFileSystem.getPath("single.apk"); in listApks_withSingleApkFile_returnsApks()
146 Path root = mFileSystem.getPath("apk"); in listApks_withApkDirectoryContainingObbFiles_returnsApksWithObb()
165 Path root = mFileSystem.getPath("apk"); in listApks_withApkDirectoryContainingOtherFileTypes_returnsApksOnly()
182 Path root = mFileSystem.getPath("apk"); in listApks_withApkDirectoryContainingNoApks_throwException()
191 Path root = mFileSystem.getPath("apk"); in listApks_withApkDirectoryContainingOnlyObbFiles_throwException()
[all …]
DAppCrawlTesterHostPreparerTest.java48 private final FileSystem mFileSystem = field in AppCrawlTesterHostPreparerTest
147 new AppCrawlTesterHostPreparer(() -> mRunUtil, mFileSystem); in createTestSubject()
151 Files.createDirectories(mFileSystem.getPath("sdk")).toString()); in createTestSubject()
154 Files.createDirectories(mFileSystem.getPath("bin")).toString()); in createTestSubject()
157 Files.createDirectories(mFileSystem.getPath("cred.json")).toString()); in createTestSubject()
DDeviceUtilsTest.java62 private final FileSystem mFileSystem = field in DeviceUtilsTest
839 Path dumpFile = Files.createTempFile(mFileSystem.getPath("/"), "dropbox", ".proto"); in getDropboxEntries_entryExists_returnsEntry()
880 Path fileDumpFile = Files.createTempFile(mFileSystem.getPath("/"), "file", ".dump"); in getDropboxEntriesFromStdout_entryExists_returnsEntry()
881 Path printDumpFile = Files.createTempFile(mFileSystem.getPath("/"), "print", ".dump"); in getDropboxEntriesFromStdout_entryExists_returnsEntry()
980 () -> Files.createTempFile(mFileSystem.getPath("/"), "test", ".tmp")); in createSubjectUnderTest()
DModuleGeneratorTest.java60 private final FileSystem mFileSystem = field in ModuleGeneratorTest
307 Path rootPath = mFileSystem.getPath("csuite"); in createTestsDir()
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DAppCrawlTesterHostPreparer.java49 private final FileSystem mFileSystem; field in AppCrawlTesterHostPreparer
78 mFileSystem = fileSystem; in AppCrawlTesterHostPreparer()
183 cleanUp(mFileSystem.getPath(getSdkPath(testInfo))); in tearDown()
DAppCrawlTester.java75 private FileSystem mFileSystem; field in AppCrawlTester
104 mFileSystem = fileSystem; in AppCrawlTester()
227 mFileSystem.getPath( in start()
449 mFileSystem.getPath( in createUtpCrawlerRunCommand()
544 mFileSystem.getPath( in createCrawlerRunCommand()