HomeSort by relevance Sort by last modified time
    Searched defs:date_sec (Results 1 - 4 of 4) 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 85 uint32_t date_sec; member in struct:SnapshotInfo
128 read_or_die(fd, &info->date_sec, sizeof(info->date_sec));
137 be32_to_cpus(&info->date_sec);
230 (time_t*) &info->date_sec);
  /external/qemu/
block.h 25 uint32_t date_sec; /* UTC date of the snapshot */ member in struct:QEMUSnapshotInfo

Completed in 68 milliseconds