reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-objcopy/ELF/ELFObjcopy.cpp
  238   sys::fs::createUniquePath(Twine(Path) + "-" + MODEL_32 + ".tmp", TmpPath,
  240   if (auto EC = sys::fs::create_hard_link(ToLink, TmpPath)) {
  248   if (auto EC = sys::fs::rename(TmpPath, Path)) {
  257   if (auto EC = sys::fs::remove(TmpPath)) {
  258     TmpPath.push_back('\0');
  259     return makeStringError(EC, "could not remove '%s'", TmpPath.data());