Lines Matching defs:open
62 { open(p->image_file, p->read_only); }
75 open(p->image_file, p->read_only);
79 RawDiskImage::open(const string &filename, bool rd_only)
89 stream.open(file.c_str(), mode);
106 panic("file not open!\n");
121 panic("file not open!\n");
146 panic("file not open!\n");
189 if (!open(filename)) {
191 fatal("could not open read-only file");
226 panic("file not open");
251 CowDiskImage::open(const string &file)
264 panic("Could not open %s: Invalid magic", file);
271 panic("Could not open %s: invalid version %d.%d != %d.%d",
309 panic("file not open");
450 open(cowFilename);