Searched refs:normOldPath (Results 1 – 1 of 1) sorted by relevance
1266 std::string normOldPath = normalizePathToStorage(*ifsSrc, sourceStorageId, oldPath); in link() local1268 if (normOldPath.empty() || normNewPath.empty()) { in link()1269 LOG(ERROR) << "Invalid paths in link(): " << normOldPath << " | " << normNewPath; in link()1272 if (auto err = mIncFs->link(ifsSrc->control, normOldPath, normNewPath); err < 0) { in link()1273 PLOG(ERROR) << "Failed to link " << oldPath << "[" << normOldPath << "]" in link()1282 std::string normOldPath = normalizePathToStorage(*ifs, storage, path); in unlink() local1283 return mIncFs->unlink(ifs->control, normOldPath); in unlink()