Home
last modified time | relevance | path

Searched refs:tempDir (Results 1 – 1 of 1) sorted by relevance

/test/mlts/benchmark/jni/
Drun_tflite.cpp417 ScopedTempDirectory tempDir(mCacheDir.value()); in getCompilationCacheSize() local
418 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() local
463 tempDir.recreate(); in benchmarkSingleTypeOfCompilation()
464 const bool success = runCompilation(tempDir.get()); in benchmarkSingleTypeOfCompilation()
480 tempDir.recreate(); in benchmarkSingleTypeOfCompilation()
483 cacheDir = tempDir.get(); in benchmarkSingleTypeOfCompilation()