Searched refs:normNewPath (Results 1 – 1 of 1) sorted by relevance
1247 std::string normNewPath = normalizePathToStorage(*ifsSrc, destStorageId, newPath); in link() local1248 if (normOldPath.empty() || normNewPath.empty()) { in link()1249 LOG(ERROR) << "Invalid paths in link(): " << normOldPath << " | " << normNewPath; in link()1252 if (auto err = mIncFs->link(ifsSrc->control, normOldPath, normNewPath); err < 0) { in link()1254 << " to " << newPath << "[" << normNewPath << "]"; in link()