OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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