Searched refs:snapshot_file (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/v8/src/
H A Dsnapshot.h15 // Initialize the VM from the given snapshot file. If snapshot_file is
18 static bool Initialize(const char* snapshot_file = NULL);
30 static bool WriteToFile(const char* snapshot_file);
H A Dsnapshot-common.cc67 bool Snapshot::Initialize(const char* snapshot_file) { argument
68 if (snapshot_file) {
70 byte* str = ReadBytes(snapshot_file, &len);
76 ReserveSpaceForSnapshot(&deserializer, snapshot_file);
H A Dmksnapshot.cc47 explicit SnapshotWriter(const char* snapshot_file) argument
48 : fp_(GetFileDescriptorOrDie(snapshot_file))
/external/chromium_org/v8/test/cctest/
H A Dtest-serialize.cc167 explicit FileByteSink(const char* snapshot_file) { argument
168 fp_ = OS::FOpen(snapshot_file, "wb");
169 file_name_ = snapshot_file;
171 PrintF("Unable to write to snapshot file \"%s\"\n", snapshot_file);
227 static bool WriteToFile(Isolate* isolate, const char* snapshot_file) { argument
228 FileByteSink file(snapshot_file);
/external/chromium_org/chrome/browser/media_galleries/mac/
H A Dmtp_device_delegate_impl_mac.h132 base::FilePath snapshot_file; member in struct:MTPDeviceDelegateImplMac::ReadFileRequest
/external/chromium_org/chrome/test/base/
H A Dui_test_utils.cc115 base::FilePath snapshot_file = snapshot_directory.AppendASCII(filename); local
116 if (base::PathExists(snapshot_file)) {
122 trial_file = snapshot_file.InsertBeforeExtensionASCII(suffix);
124 snapshot_file = trial_file;
126 return snapshot_file;
/external/qemu/qapi-auto-generated/
H A Dqmp-commands.h101 void qmp_blockdev_snapshot_sync(const char * device, const char * snapshot_file, bool has_format, const char * format, bool has_mode, NewImageMode mode, Error **errp);
H A Dqmp-marshal.c1563 char * snapshot_file = NULL; local
1572 visit_type_str(v, &snapshot_file, "snapshot-file", errp);
1588 qmp_blockdev_snapshot_sync(device, snapshot_file, has_format, format, has_mode, mode, errp);
1594 visit_type_str(v, &snapshot_file, "snapshot-file", NULL);
H A Dqapi-types.h2489 char * snapshot_file; member in struct:BlockdevSnapshot
H A Dqapi-visit.c2877 visit_type_str(m, obj ? &(*obj)->snapshot_file : NULL, "snapshot-file", &err);

Completed in 308 milliseconds