Searched refs:status_path_ (Results 1 – 2 of 2) sorted by relevance
118 InternalScopedString status_path_; variable
1148 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()