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.java186 final long curModTime = cmd.file.lastModified(); in checkCommandFileForUpdate() local
187 if (curModTime == 0L) { in checkCommandFileForUpdate()
192 } else if (curModTime != cmd.modTime) { in checkCommandFileForUpdate()
197 curModTime); in checkCommandFileForUpdate()