Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandFileWatcher.java206 final long curModTime = cmd.file.lastModified(); in checkCommandFileForUpdate() local
207 if (curModTime == 0L) { in checkCommandFileForUpdate()
212 } else if (curModTime != cmd.modTime) { in checkCommandFileForUpdate()
217 curModTime); in checkCommandFileForUpdate()