Searched refs:mountNorm (Results 1 – 1 of 1) sorted by relevance
609 auto mountNorm = path::normalize(mountPoint); in createStorage() local611 const auto id = findStorageId(mountNorm); in createStorage()627 if (!path::isEmptyDir(mountNorm)) { in createStorage()628 LOG(ERROR) << "Mounting over existing non-empty directory is not supported: " << mountNorm; in createStorage()631 auto [mountKey, mountRoot] = makeMountDir(mIncrementalDir, mountNorm); in createStorage()730 std::string(storageIt->second.name), std::move(mountNorm), bk, l); in createStorage()