Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp3732 std::string mirrorVolCePath(StringPrintf("%s/%s", kDataMirrorCePath, uuid_)); in tryMountDataMirror() local
3733 if (fs_prepare_dir(mirrorVolCePath.c_str(), 0511, AID_SYSTEM, AID_SYSTEM) != 0) { in tryMountDataMirror()
3774 if (stat(mirrorVolCePath.c_str(), &mirrorCeStat) != 0) { in tryMountDataMirror()
3775 return error("Failed to stat " + mirrorVolCePath); in tryMountDataMirror()
3786 if (TEMP_FAILURE_RETRY(mount(cePath.c_str(), mirrorVolCePath.c_str(), NULL, in tryMountDataMirror()
3788 return error("Failed to mount " + mirrorVolCePath); in tryMountDataMirror()