HomeSort by relevance Sort by last modified time
    Searched full:p_tm (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/bluedroid/btif/co/
bta_fs_co.c 854 struct tm *p_tm; local
930 p_tm = localtime((const time_t*)&buf.st_mtime);
931 if (p_tm != NULL)
934 p_tm->tm_year + 1900, /* Base Year ISO 6201 */
935 p_tm->tm_mon + 1, /* month starts at 0 */
936 p_tm->tm_mday,
937 p_tm->tm_hour,
938 p_tm->tm_min,
939 p_tm->tm_sec);
    [all...]

Completed in 40 milliseconds