Searched defs:snapshot_file (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/media_galleries/mac/
H A Dmtp_device_delegate_impl_mac.h133 base::FilePath snapshot_file; member in struct:MTPDeviceDelegateImplMac::ReadFileRequest
/external/chromium_org/v8/src/
H A Dmksnapshot.cc37 explicit SnapshotWriter(const char* snapshot_file) argument
38 : fp_(GetFileDescriptorOrDie(snapshot_file))
/external/chromium_org/v8/test/cctest/
H A Dtest-serialize.cc119 explicit FileByteSink(const char* snapshot_file) { argument
120 fp_ = v8::base::OS::FOpen(snapshot_file, "wb");
121 file_name_ = snapshot_file;
123 PrintF("Unable to write to snapshot file \"%s\"\n", snapshot_file);
179 static bool WriteToFile(Isolate* isolate, const char* snapshot_file) { argument
180 FileByteSink file(snapshot_file);
276 v8::Isolate* InitializeFromFile(const char* snapshot_file) { argument
278 byte* str = ReadBytes(snapshot_file, &len);
284 ReserveSpaceForSnapshot(&deserializer, snapshot_file);
/external/chromium_org/chrome/test/base/
H A Dui_test_utils.cc113 base::FilePath snapshot_file = snapshot_directory.AppendASCII(filename); local
114 if (base::PathExists(snapshot_file)) {
120 trial_file = snapshot_file.InsertBeforeExtensionASCII(suffix);
122 snapshot_file = trial_file;
124 return snapshot_file;
/external/qemu/qapi-auto-generated/
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

Completed in 119 milliseconds