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

  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_time.c 41 struct tm *tm_t; local
44 tm_t = gmtime(&t);
46 time_ptr->year = tm_t->tm_year + 1900;
47 time_ptr->month = tm_t->tm_mon + 1;
48 time_ptr->day = tm_t->tm_mday;
49 time_ptr->hour = tm_t->tm_hour;
50 time_ptr->min = tm_t->tm_min;
51 time_ptr->sec = tm_t->tm_sec;
  /external/zlib/src/contrib/minizip/
minizip.c 106 time_t tm_t=0; local
124 tm_t = s.st_mtime;
128 filedate = localtime(&tm_t);

Completed in 46 milliseconds