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