Home
last modified time | relevance | path

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

/frameworks/native/services/vr/performanced/
Dcpu_set.cpp110 size_t max_path = 0; in DumpState() local
114 max_path = std::max(max_path, pair.second->path().length()); in DumpState()
125 stream << std::setw(max_path) << "Path"; in DumpState()
132 stream << std::string(max_path, '_'); in DumpState()
141 stream << std::setw(max_path) << set->path(); in DumpState()