Searched refs:fullPath (Results 1 – 1 of 1) sorted by relevance
470 char fullPath[1024]; in getCompilationCacheSize() local471 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()