Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.h118 InternalScopedString status_path_; variable
H A Dsanitizer_linux.cpp1148 status_path_.clear(); in LoadStatus()
1149 status_path_.AppendF("%s/%llu/status", task_path_.data(), tid); in LoadStatus()
1154 if (!ReadFileToVector(status_path_.data(), &buffer_) || buffer_.empty()) in LoadStatus()