Home
last modified time | relevance | path

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

/aosp12/system/core/debuggerd/tombstoned/
H A Dtombstoned.cpp64 std::optional<std::string> temporary_path; member
157 result.temporary_path = std::move(tmp_filename); in create_temporary_file()
478 if (crash->output.text.temporary_path) { in crash_completed()
479 rc = unlinkat(queue->dir_fd().get(), crash->output.text.temporary_path->c_str(), 0); in crash_completed()
484 if (crash->output.proto && crash->output.proto->temporary_path) { in crash_completed()
485 rc = unlinkat(queue->dir_fd().get(), crash->output.proto->temporary_path->c_str(), 0); in crash_completed()