Home
last modified time | relevance | path

Searched refs:dump_file_ (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/malloc_debug/
DRecordData.cpp144 int dump_fd = open(dump_file_.c_str(), O_WRONLY | O_CREAT | O_TRUNC | O_CLOEXEC | O_NOFOLLOW, in Dump()
168 error_log("Cannot create record alloc file %s: %s", dump_file_.c_str(), strerror(errno)); in Dump()
201 dump_file_ = config.record_allocs_file; in Initialize()
DRecordData.h172 std::string dump_file_; variable