HomeSort by relevance Sort by last modified time
    Searched refs:snapshot_file (Results 1 - 11 of 11) sorted by null

  /external/v8/src/
snapshot-common.cc 47 bool Snapshot::Initialize(const char* snapshot_file) {
48 if (snapshot_file) {
50 byte* str = ReadBytes(snapshot_file, &len);
snapshot.h 38 // Initialize the VM from the given snapshot file. If snapshot_file is
41 static bool Initialize(const char* snapshot_file = NULL);
51 static bool WriteToFile(const char* snapshot_file);
mksnapshot.cc 134 explicit CppByteSink(const char* snapshot_file) {
135 fp_ = i::OS::FOpen(snapshot_file, "wb");
137 i::PrintF("Unable to write to snapshot file \"%s\"\n", snapshot_file);
  /external/chromium_org/v8/src/
snapshot.h 38 // Initialize the VM from the given snapshot file. If snapshot_file is
41 static bool Initialize(const char* snapshot_file = NULL);
53 static bool WriteToFile(const char* snapshot_file);
snapshot-common.cc 90 bool Snapshot::Initialize(const char* snapshot_file) {
91 if (snapshot_file) {
93 byte* str = ReadBytes(snapshot_file, &len);
99 ReserveSpaceForSnapshot(&deserializer, snapshot_file);
mksnapshot.cc 137 explicit CppByteSink(const char* snapshot_file) {
138 fp_ = i::OS::FOpen(snapshot_file, "wb");
140 i::PrintF("Unable to write to snapshot file \"%s\"\n", snapshot_file);
  /external/chromium_org/v8/test/cctest/
test-serialize.cc 171 explicit FileByteSink(const char* snapshot_file) {
172 fp_ = OS::FOpen(snapshot_file, "wb");
173 file_name_ = snapshot_file;
175 PrintF("Unable to write to snapshot file \"%s\"\n", snapshot_file);
231 static bool WriteToFile(const char* snapshot_file) {
232 FileByteSink file(snapshot_file);
  /external/v8/test/cctest/
test-serialize.cc 172 explicit FileByteSink(const char* snapshot_file) {
173 fp_ = OS::FOpen(snapshot_file, "wb");
174 file_name_ = snapshot_file;
176 PrintF("Unable to write to snapshot file \"%s\"\n", snapshot_file);
232 static bool WriteToFile(const char* snapshot_file) {
233 FileByteSink file(snapshot_file);
  /external/chromium_org/chrome/browser/media_galleries/mac/
mtp_device_delegate_impl_mac.h 128 base::FilePath snapshot_file; member in struct:chrome::MTPDeviceDelegateImplMac::ReadFileRequest
  /external/chromium_org/chrome/test/base/
ui_test_utils.cc 112 base::FilePath snapshot_file = snapshot_directory.AppendASCII(filename); local
113 if (base::PathExists(snapshot_file)) {
119 trial_file = snapshot_file.InsertBeforeExtensionASCII(suffix);
121 snapshot_file = trial_file;
123 return snapshot_file;
  /external/chromium_org/content/browser/fileapi/
fileapi_message_filter.cc 808 const scoped_refptr<webkit_blob::ShareableFileReference>& snapshot_file) {
817 scoped_refptr<webkit_blob::ShareableFileReference> file_ref = snapshot_file;

Completed in 1108 milliseconds