Searched refs:dump_file_ (Results 1 – 2 of 2) sorted by relevance
138 open(dump_file_.c_str(), O_WRONLY | O_CREAT | O_TRUNC | O_CLOEXEC | O_NOFOLLOW, 0755); in Dump()161 error_log("Cannot create record alloc file %s: %s", dump_file_.c_str(), strerror(errno)); in Dump()193 dump_file_ = config.record_allocs_file(); in Initialize()
171 std::string dump_file_; variable