Home
last modified time | relevance | path

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

/aosp12/system/core/debuggerd/tombstoned/
H A Dtombstoned.cpp102 dir_path_(dir_path), in CrashQueue()
154 PLOG(FATAL) << "failed to create temporary tombstone in " << dir_path_; in create_temporary_file()
236 StringPrintf("%s/%s%02zu", dir_path_.c_str(), file_name_prefix_.c_str(), i); in find_oldest_artifact()
259 const std::string dir_path_; member in CrashQueue