Home | History | Annotate | Download | only in tests

Lines Matching defs:Panic

35 inline void Panic(const char* fmt, ...) {
37 fprintf(stderr, "PANIC: ");
49 fprintf(stderr, "PANIC: ");
138 Panic("Could not create temporary directory name: %s\n", strerror(errno));
140 Panic("Could not create temporary directory %s: %s\n", strerror(errno));
147 Panic("Could not open directory %s: %s\n", strerror(errno));
156 Panic("Could not remove %s: %s\n", file_path.c_str(), strerror(errno));
161 Panic("Could not remove dir %s: %s\n", path_, strerror(errno));
185 Panic("Could not open file for reading: %s: %s\n", path, strerror(errno));
201 Panic("Could not read /proc/self/exe: %s\n", strerror(errno));
212 Panic("Current executable does not have directory root?: %s\n",
242 Panic("Wrote %d bytes instead of %d into %s\n",
331 Panic("Could not open /proc/self/maps (pid %d): %s\n",
346 Panic("Shared RELRO mapping is not readonly!\n");
350 Panic("Could not parse VM address range!\n");
354 Panic("Could remap shared RELRO as writable, should not happen!\n");
357 Panic("remapping shared RELRO to writable failed with: %s\n",
365 Panic(
389 Panic("Could not open %s: %s\n", name, crazy_context_get_error(context));
402 Panic("Could not create shared RELRO for %s: %s",
421 Panic("Could not send %s RELRO fd: %s", this->name, strerror(errno));
427 Panic("Parent could not send %s RELRO info: %s",
437 Panic("Could not receive %s relro descriptor from parent", this->name);
444 Panic("Could not receive %s relro information from parent", this->name);
460 Panic("Could not use %s shared RELRO: %s\n",