Home
last modified time | relevance | path

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

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