Searched refs:tempDir (Results 1 – 1 of 1) sorted by relevance
417 ScopedTempDirectory tempDir(mCacheDir.value()); in getCompilationCacheSize() local418 tempDir.recreate(); in getCompilationCacheSize()419 const bool success = runCompilation(tempDir.get()); in getCompilationCacheSize()427 DIR* dir = opendir(tempDir.get()); in getCompilationCacheSize()435 snprintf(fullPath, 1024, "%s/%s", tempDir.get(), dp->d_name); in getCompilationCacheSize()459 ScopedTempDirectory tempDir(mCacheDir.value()); in benchmarkSingleTypeOfCompilation() local463 tempDir.recreate(); in benchmarkSingleTypeOfCompilation()464 const bool success = runCompilation(tempDir.get()); in benchmarkSingleTypeOfCompilation()480 tempDir.recreate(); in benchmarkSingleTypeOfCompilation()483 cacheDir = tempDir.get(); in benchmarkSingleTypeOfCompilation()