Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp3742 std::string mirrorVolMiscCePath(StringPrintf("%s/%s", kMiscMirrorCePath, uuid_)); in tryMountDataMirror() local
3743 if (fs_prepare_dir(mirrorVolMiscCePath.c_str(), 0511, AID_SYSTEM, AID_SYSTEM) != 0) { in tryMountDataMirror()
3798 if (TEMP_FAILURE_RETRY(mount(miscCePath.c_str(), mirrorVolMiscCePath.c_str(), NULL, in tryMountDataMirror()
3801 return error("Failed to mount " + mirrorVolMiscCePath); in tryMountDataMirror()