Home
last modified time | relevance | path

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

/aosp14/system/core/debuggerd/tombstoned/
H A Dtombstoned.cpp150 std::string tmp_filename = StringPrintf(".temporary%zu", counter++); in create_temporary_file() local
151 result.fd.reset(openat(dir_fd_, tmp_filename.c_str(), in create_temporary_file()
157 result.temporary_path = std::move(tmp_filename); in create_temporary_file()