Home
last modified time | relevance | path

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

/test/mlts/benchmark/jni/
Drun_tflite.cpp453 ScopedTempDirectory tempDir(mCacheDir.value()); in getCompilationCacheSize() local
454 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() local
499 tempDir.recreate(); in benchmarkSingleTypeOfCompilation()
500 const bool success = runCompilation(tempDir.get()); in benchmarkSingleTypeOfCompilation()
516 tempDir.recreate(); in benchmarkSingleTypeOfCompilation()
519 cacheDir = tempDir.get(); in benchmarkSingleTypeOfCompilation()