Home
last modified time | relevance | path

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

/system/core/debuggerd/tombstoned/
Dtombstoned.cpp79 : file_name_prefix_(file_name_prefix), in CrashQueue()
135 StringPrintf("%s/%s%02d", dir_path_.c_str(), file_name_prefix_.c_str(), next_artifact_); in get_next_artifact_path()
167 … std::string path = StringPrintf("%s/%s%02zu", dir_path_.c_str(), file_name_prefix_.c_str(), i); in find_oldest_artifact()
188 const std::string file_name_prefix_; member in CrashQueue