Searched refs:fullPath (Results 1 – 1 of 1) sorted by relevance
558 char fullPath[1024]; in getCompilationCacheSize() local559 snprintf(fullPath, 1024, "%s/%s", tempDir.get(), dp->d_name); in getCompilationCacheSize()561 int err = stat(fullPath, &st); in getCompilationCacheSize()564 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, "Failed to stat %s", fullPath); in getCompilationCacheSize()