Searched refs:mirrorVolMiscDePath (Results 1 – 1 of 1) sorted by relevance
3747 std::string mirrorVolMiscDePath(StringPrintf("%s/%s", kMiscMirrorDePath, uuid_)); in tryMountDataMirror() local3748 if (fs_prepare_dir(mirrorVolMiscDePath.c_str(), 0511, AID_SYSTEM, AID_SYSTEM) != 0) { in tryMountDataMirror()3805 if (TEMP_FAILURE_RETRY(mount(miscDePath.c_str(), mirrorVolMiscDePath.c_str(), NULL, in tryMountDataMirror()3808 return error("Failed to mount " + mirrorVolMiscDePath); in tryMountDataMirror()