Home
last modified time | relevance | path

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

/external/chromium_org/base/android/java/src/org/chromium/base/
DResourceExtractor.java61 String timestampFile = checkPakTimestamp(outputDir); in doInBackground() local
62 if (timestampFile != null) { in doInBackground()
171 if (timestampFile != null) { in doInBackground()
173 new File(outputDir, timestampFile).createNewFile(); in doInBackground()