Home
last modified time | relevance | path

Searched refs:dump_dir_ (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/client/linux/crash_generation/
Dcrash_generation_server.cc73 dump_dir_ = *dump_path; in CrashGenerationServer()
75 dump_dir_ = "/tmp"; in CrashGenerationServer()
316 snprintf(path, sizeof(path), "%s/%s.dmp", dump_dir_.c_str(), guidString); in MakeMinidumpFilename()
Dcrash_generation_server.h120 string dump_dir_; variable
/external/google-breakpad/src/client/mac/crash_generation/
Dcrash_generation_server.cc57 dump_dir_(dump_path.empty() ? "/tmp" : dump_path), in CrashGenerationServer()
123 dump_path = generator.UniqueNameInDirectory(dump_dir_, NULL); in WaitForOneMessage()
Dcrash_generation_server.h129 std::string dump_dir_; variable