Home
last modified time | relevance | path

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

/system/core/init/
Dmount_handler.cpp129 auto untouched = mounts_; in MountHandlerFunction() local
134 auto match = untouched.find(entry); in MountHandlerFunction()
135 if (match == untouched.end()) { in MountHandlerFunction()
138 untouched.erase(match); in MountHandlerFunction()
142 for (auto& entry : untouched) { in MountHandlerFunction()