Searched refs:date_sec (Results 1 - 8 of 8) sorted by last modified time

/external/qemu/android/
H A Dsnapshot.c80 uint32_t date_sec; member in struct:SnapshotInfo
123 read_or_die(fd, &info->date_sec, sizeof(info->date_sec));
132 be32_to_cpus(&info->date_sec);
228 time_t date_sec = info->date_sec; local
231 snapshot_format_create_date(date_buf, sizeof(date_buf), &date_sec);
/external/qemu/block/
H A Dqcow2-snapshot.c37 uint32_t date_sec; member in struct:QCowSnapshotHeader
89 sn->date_sec = be32_to_cpu(h.date_sec);
152 h.date_sec = cpu_to_be32(sn->date_sec);
261 sn->date_sec = sn_info->date_sec;
411 sn_info->date_sec = sn->date_sec;
H A Dqcow2.h76 uint32_t date_sec; member in struct:QCowSnapshot
/external/qemu/
H A Dblock.c1948 ti = sn->date_sec;
H A Dsavevm.c2524 sn->date_sec = tb.time;
2528 sn->date_sec = tv.tv_sec;
/external/qemu/include/block/
H A Dblock.h25 uint32_t date_sec; /* UTC date of the snapshot */ member in struct:QEMUSnapshotInfo
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h1960 int64_t date_sec; member in struct:SnapshotInfo
H A Dqapi-visit.c524 visit_type_int(m, obj ? &(*obj)->date_sec : NULL, "date-sec", &err);

Completed in 233 milliseconds