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