Home
last modified time | relevance | path

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

/test/mlts/benchmark/jni/
Drun_tflite.cpp470 char fullPath[1024]; in getCompilationCacheSize() local
471 snprintf(fullPath, 1024, "%s/%s", tempDir.get(), dp->d_name); in getCompilationCacheSize()
473 int err = stat(fullPath, &st); in getCompilationCacheSize()
476 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, "Failed to stat %s", fullPath); in getCompilationCacheSize()