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

  /external/qemu/android/
snapshot.c 76 typedef struct SnapshotInfo {
85 } SnapshotInfo;
87 static SnapshotInfo*
90 return android_alloc(sizeof(SnapshotInfo));
94 snapshot_info_free( SnapshotInfo* info )
112 snapshot_info_read( int fd, SnapshotInfo* info )
221 snapshot_info_print( SnapshotInfo *info )
252 SnapshotInfo *info = snapshot_info_alloc();
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.h 592 struct SnapshotInfo {
612 explicit SnapshotInfo(ThreadState* state) : state(state), freeSize(0), pageCount(0) { }
  /external/qemu/qapi-auto-generated/
qapi-types.h 226 typedef struct SnapshotInfo SnapshotInfo;
231 SnapshotInfo *value;
    [all...]

Completed in 57 milliseconds