Home
last modified time | relevance | path

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

/frameworks/native/cmds/rawbu/
Dbackup.cpp478 int64_t ltime = read_int64(fh, -1); in read_header() local
479 if (ltime < 0) { in read_header()
483 st->st_atime = (time_t)(ltime/1000/1000/1000); in read_header()
484 ltime = read_int64(fh, -1); in read_header()
485 if (ltime < 0) { in read_header()
489 st->st_mtime = (time_t)(ltime/1000/1000/1000); in read_header()
490 ltime = read_int64(fh, -1); in read_header()
491 if (ltime < 0) { in read_header()
495 st->st_ctime = (time_t)(ltime/1000/1000/1000); in read_header()