HomeSort by relevance Sort by last modified time
    Searched refs:dump_dir_ (Results 1 - 4 of 4) sorted by null

  /external/google-breakpad/src/client/linux/crash_generation/
crash_generation_server.h 120 string dump_dir_; member in class:google_breakpad::CrashGenerationServer
crash_generation_server.cc 73 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/
crash_generation_server.h 129 std::string dump_dir_; member in class:google_breakpad::CrashGenerationServer
crash_generation_server.cc 57 dump_dir_(dump_path.empty() ? "/tmp" : dump_path),
123 dump_path = generator.UniqueNameInDirectory(dump_dir_, NULL);

Completed in 201 milliseconds