Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/util/
DUtil.cpp247 tm* ltm = localtime(&now); in GetToolFingerprint() local
248 buildYear = 1900 + ltm->tm_year; in GetToolFingerprint()
249 buildMonth = 1 + ltm->tm_mon; in GetToolFingerprint()