Searched refs:mBigFile (Results 1 – 1 of 1) sorted by relevance
89 private File mBigFile; field in BackgroundDexOptServiceIntegrationTests119 mBigFile = new File(dataDir, BIG_FILE); in setUp()124 if (mBigFile.exists()) { in tearDown()125 boolean result = mBigFile.delete(); in tearDown()199 String cmd = String.format("fallocate -l %d %s", numBytesToAdd, mBigFile.getAbsolutePath()); in fillUpStorage()