Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp563 static Result<void> UnmountAllApexes() { in UnmountAllApexes() function
734 if (auto ret = UnmountAllApexes(); !ret.ok()) { in DoReboot()
869 if (auto result = UnmountAllApexes(); !result.ok()) { in DoUserspaceReboot()