Searched defs:file_pathname (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/client/solaris/handler/
H A Dminidump_generator.cc753 bool MinidumpGenerator::WriteMinidumpToFile(const char *file_pathname, argument
760 assert(file_pathname != NULL);
762 if (file_pathname == NULL)
766 if (minidump_writer.Open(file_pathname)) {

Completed in 146 milliseconds