Home
last modified time | relevance | path

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

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