Searched refs:mLoopPath (Results 1 – 2 of 2) sorted by relevance
54 if (Loop::create(mSourcePath, mLoopPath)) { in doCreate()61 if (GetBlockDev512Sectors(mLoopPath, &nr_sec) != OK) { in doCreate()67 if (Devmapper::create(getId().c_str(), mLoopPath.c_str(), mSourceKey.c_str(), nr_sec, tmp, in doCreate()75 mMountPath = mLoopPath; in doCreate()84 if (!mLoopPath.empty() && Loop::destroyByDevice(mLoopPath.c_str())) { in doDestroy()88 mLoopPath.clear(); in doDestroy()
46 std::string mLoopPath; variable