Searched refs:tempDir (Results 1 – 1 of 1) sorted by relevance
453 ScopedTempDirectory tempDir(mCacheDir.value()); in getCompilationCacheSize() local454 tempDir.recreate(); in getCompilationCacheSize()455 const bool success = runCompilation(tempDir.get()); in getCompilationCacheSize()463 DIR* dir = opendir(tempDir.get()); in getCompilationCacheSize()471 snprintf(fullPath, 1024, "%s/%s", tempDir.get(), dp->d_name); in getCompilationCacheSize()495 ScopedTempDirectory tempDir(mCacheDir.value()); in benchmarkSingleTypeOfCompilation() local499 tempDir.recreate(); in benchmarkSingleTypeOfCompilation()500 const bool success = runCompilation(tempDir.get()); in benchmarkSingleTypeOfCompilation()516 tempDir.recreate(); in benchmarkSingleTypeOfCompilation()519 cacheDir = tempDir.get(); in benchmarkSingleTypeOfCompilation()