Home | History | Annotate | Download | only in tests

Lines Matching full:strerror

53   fprintf(stderr, ": %s\n", strerror(old_errno));
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));
333 strerror(errno));
358 strerror(errno));
421 Panic("Could not send %s RELRO fd: %s", this->name, strerror(errno));
429 strerror(errno));