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

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

Completed in 92 milliseconds