Home
last modified time | relevance | path

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

/aosp12/system/core/debuggerd/tombstoned/
H A Dtombstoned.cpp101 : file_name_prefix_(file_name_prefix), in CrashQueue()
197 result.text = StringPrintf("%s%02d", file_name_prefix_.c_str(), next_artifact_); in get_next_artifact_paths()
200 result.proto = StringPrintf("%s%02d.pb", file_name_prefix_.c_str(), next_artifact_); in get_next_artifact_paths()
236 StringPrintf("%s/%s%02zu", dir_path_.c_str(), file_name_prefix_.c_str(), i); in find_oldest_artifact()
257 const std::string file_name_prefix_; member in CrashQueue