Home
last modified time | relevance | path

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

/expo/tools/src/android-update-native-dependencies/
H A DandroidProjectReports.ts220 const reportCacheFilePath = generateReportCacheFilePath(timestamp, options); constant
223 await clearCachedReports(reportCacheFilePath);
227 const cachedReports = await readCachedReports(reportCacheFilePath);
242 await cacheReports(reportCacheFilePath, reports);