Home
last modified time | relevance | path

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

/system/core/debuggerd/tombstoned/
Dtombstoned.cpp121 std::string tmp_filename = StringPrintf(".temporary%zu", counter++); in get_output() local
122 result.reset(openat(dir_fd_, tmp_filename.c_str(), in get_output()
128 path = StringPrintf("%s/%s", dir_path_.c_str(), tmp_filename.c_str()); in get_output()