Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp3737 std::string mirrorVolDePath(StringPrintf("%s/%s", kDataMirrorDePath, uuid_)); in tryMountDataMirror() local
3738 if (fs_prepare_dir(mirrorVolDePath.c_str(), 0511, AID_SYSTEM, AID_SYSTEM) != 0) { in tryMountDataMirror()
3792 if (TEMP_FAILURE_RETRY(mount(dePath.c_str(), mirrorVolDePath.c_str(), NULL, in tryMountDataMirror()
3794 return error("Failed to mount " + mirrorVolDePath); in tryMountDataMirror()