Home
last modified time | relevance | path

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

/aosp12/system/apex/apexd/
H A Dapexd.cpp2427 Result<void> RemountApexFile(const std::string& path) { in RemountApexFile() function
3154 if (auto ret = RemountApexFile(apex); !ret.ok()) { in RemountPackages()