HomeSort by relevance Sort by last modified time
    Searched refs:tmbuf (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/
SignalCatcher.cpp 112 struct tm tmbuf; local
113 ptm = localtime_r(&now, &tmbuf);
  /art/runtime/
utils.cc 124 tm tmbuf; local
125 tm* ptm = localtime_r(&now, &tmbuf);
    [all...]

Completed in 3406 milliseconds