reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
240 if (auto EC = sys::fs::create_hard_link(ToLink, TmpPath)) { 242 return makeStringError(EC, "cannot link '%s' to '%s'", ToLink.data(), 250 return makeStringError(EC, "cannot link '%s' to '%s'", ToLink.data(),