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