Searched refs:miscCePath (Results 1 – 1 of 1) sorted by relevance
3754 auto miscCePath = StringPrintf("%s/misc_ce", create_data_path(uuid_).c_str()); in tryMountDataMirror() local3763 if (access(miscCePath.c_str(), F_OK) != 0) { in tryMountDataMirror()3798 if (TEMP_FAILURE_RETRY(mount(miscCePath.c_str(), mirrorVolMiscCePath.c_str(), NULL, in tryMountDataMirror()