HomeSort by relevance Sort by last modified time
    Searched defs:date_sec (Results 1 - 5 of 5) sorted by null

  /external/qemu/block/
qcow2-snapshot.c 37 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;
qcow2.h 76 uint32_t date_sec; member in struct:QCowSnapshot
  /external/qemu/android/
snapshot.c 80 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/include/block/
block.h 25 uint32_t date_sec; /* UTC date of the snapshot */ member in struct:QEMUSnapshotInfo
  /external/qemu/qapi-auto-generated/
qapi-types.h 1960 int64_t date_sec; member in struct:SnapshotInfo
    [all...]

Completed in 661 milliseconds