Home
last modified time | relevance | path

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

/system/core/debuggerd/tombstoned/
Dtombstoned.cpp80 dir_path_(dir_path), in CrashQueue()
125 PLOG(FATAL) << "failed to create temporary tombstone in " << dir_path_; in get_output()
128 path = StringPrintf("%s/%s", dir_path_.c_str(), tmp_filename.c_str()); in get_output()
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()
190 const std::string dir_path_; member in CrashQueue