Searched refs:toFile (Results 1 – 14 of 14) sorted by relevance
52 if (!mCratesRoot.toFile().exists()) { in cleanAllOfCrates()94 final File cratesRootDir = mCratesRoot.toFile(); in getCrateDir_notInvoke_cratesRootShouldNotExist()101 final File cratesRootDir = mCratesRoot.toFile(); in getCrateDir_withCrateId_cratesRootExist()131 final File cratesRootDir = mCratesRoot.toFile(); in getCrateDir_withCrateId_cratesRootShouldUnderDataDir()141 final File cratesRootDir = mCratesRoot.toFile(); in getCrateDir_withCrateId_crateDirShouldUnderCratesRootDir()142 final File crateDir = mCratePath.toFile(); in getCrateDir_withCrateId_crateDirShouldUnderCratesRootDir()316 String[] newChildDir = mCratesRoot.toFile().list(); in getCrateDir_callWithDifferentCrateId_shouldGenerateTheSameNumberOfCrates()
77 if (!mCratesPath.toFile().exists()) { in cleanAllOfCrates()115 mUuid = mStorageManager.getUuidForPath(mCratesPath.toFile()); in setUp()
80 cleanDir(getDumpRoot(description).toFile());90 File rootFile = root.toFile();
72 File dumpDir = DUMP_PATH.toFile(); in dumpBitmap()81 fileStream = new FileOutputStream(filePath.toFile()); in dumpBitmap()
43 .getPath(basePath).toFile().getCanonicalFile(); in ScreenCaptureProcessor()
65 public File toFile() { in toFile() method in VirtualPath.LocalFilePath
73 File absoluteInputFile = absoluteInputPath.toFile(); in build()
186 ZipFile zip = new ZipFile(path.toFile()); in getZipEntryFiles()
77 "CarWatchdogDaemon").toFile(); in setUp()
318 Paths.get(mFolderPath, jarPath).toFile(), in parseJavaHostTest()320 Paths.get(mFolderPath, mRelContent.getTestSuiteTradefed()).toFile()); in parseJavaHostTest()
333 File vintfJson = deviceInfoDir.toPath().resolve(VINTF_DEVICE_JSON).toFile(); in getVendorSepolicyVersionFromBuildInfo()387 File vintfJson = deviceInfoDir.toPath().resolve(VINTF_DEVICE_JSON).toFile(); in getSystemSepolicyVersion()
997 return hostPath.toFile(); in hostFile()
367 tmp = Files.createTempDirectory(null).toFile(); in pushBitstreams()
370 getJarTestClasses(Paths.get(tsPath, jarName).toFile(), tfPath); in parseJarTestCase()