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

/system/core/debuggerd/tombstoned/
H A Dtombstoned.cpp76 : file_name_prefix_(file_name_prefix),
114 std::string file_name = StringPrintf("%s%02d", file_name_prefix_.c_str(), next_artifact_);
159 std::string path = StringPrintf("%s/%s%02zu", dir_path_.c_str(), file_name_prefix_.c_str(), i);
180 const std::string file_name_prefix_; member in class:CrashQueue

Completed in 82 milliseconds