Home
last modified time | relevance | path

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

/test/mlts/benchmark/jni/
Drun_tflite.cpp468 struct dirent* dp = nullptr; in getCompilationCacheSize() local
469 while ((dp = readdir(dir)) != nullptr) { in getCompilationCacheSize()
471 snprintf(fullPath, 1024, "%s/%s", tempDir.get(), dp->d_name); in getCompilationCacheSize()