Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dproperty_service.cpp198 paths_.emplace(path); in TriggerRestorecon()
210 while (!paths_.empty()) { in ThreadFunction()
211 auto path = paths_.front(); in ThreadFunction()
212 paths_.pop(); in ThreadFunction()
226 std::queue<std::string> paths_; member in android::init::AsyncRestorecon