Lines Matching refs:attributes
115 PELAttributes attributes{ in restore() local
134 attributes); in restore()
136 updateRepoStats(attributes, true); in restore()
178 PELAttributes attributes{ in add() local
195 attributes); in add()
199 updateRepoStats(attributes, true); in add()
319 for (const auto& [id, attributes] : _pelAttributes) in for_each()
321 std::ifstream file{attributes.path}; in for_each()
328 "FILE", attributes.path, "ERRNO", e); in for_each()
593 std::vector<Repository::AttributesReference> attributes; in getAllPELAttributes() local
596 [&attributes](auto& pelEntry) { in getAllPELAttributes()
597 attributes.push_back(pelEntry); in getAllPELAttributes()
600 std::sort(attributes.begin(), attributes.end(), in getAllPELAttributes()
609 return attributes; in getAllPELAttributes()
714 auto attributes = getAllPELAttributes(SortOrder::ascending); in removePELs() local
739 for (auto it = attributes.begin(); it != attributes.end();) in removePELs()
758 attributes.erase(it); in removePELs()