Home
last modified time | relevance | path

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

/frameworks/native/cmds/rawbu/
Dbackup.cpp479 int64_t ltime = read_int64(fh, -1); in read_header() local
480 if (ltime < 0) { in read_header()
484 st->st_atime = (time_t)(ltime/1000/1000/1000); in read_header()
485 ltime = read_int64(fh, -1); in read_header()
486 if (ltime < 0) { in read_header()
490 st->st_mtime = (time_t)(ltime/1000/1000/1000); in read_header()
491 ltime = read_int64(fh, -1); in read_header()
492 if (ltime < 0) { in read_header()
496 st->st_ctime = (time_t)(ltime/1000/1000/1000); in read_header()