HomeSort by relevance Sort by last modified time
    Searched defs:Panic (Results 1 - 3 of 3) sorted by null

  /ndk/sources/android/crazy_linker/tests/
bench_load_library.cpp 20 static void Panic(const char* fmt, ...) {
22 fprintf(stderr, "PANIC: ");
78 Panic("Could not load library with dlopen(): %s\n", dlerror());
95 Panic("Could not open library: %s\n", crazy_context_get_error(context));
107 Panic("Could not open library: %s\n", crazy_context_get_error(context));
123 Panic("Could not open library: %s\n", crazy_context_get_error(context));
138 Panic("Could not open library: %s\n", crazy_context_get_error(context));
142 Panic("Could not create shared RELRO: %s\n",
test_util.h 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))
    [all...]
  /ndk/sources/android/crazy_linker/src/
crazy_linker_system_mock.cpp 22 void Panic(const char* msg, ...) {
24 fprintf(stderr, "PANIC: ");
137 Panic("No mock file system setup!");
142 Panic("Double mock file system activation!");
149 Panic("Double mock file system deactivation!");
266 Panic("Unsupported open mode (%d): %s", open_mode, path);
270 Panic("Missing mock file entry: %s", path);

Completed in 116 milliseconds