Lines Matching refs:fixed_dst
478 FileSpec fixed_dst(dst); in Install() local
480 if (!fixed_dst.GetFilename()) in Install()
481 fixed_dst.SetFilename(src.GetFilename()); in Install()
489 fixed_dst.SetDirectory(dst.GetDirectory()); in Install()
494 if (!fixed_dst.GetDirectory()) { in Install()
500 fixed_dst.SetDirectory(relative_spec.GetDirectory()); in Install()
510 fixed_dst.SetDirectory(working_dir.GetPathAsConstString()); in Install()
520 fixed_dst.SetDirectory(working_dir.GetPathAsConstString()); in Install()
530 fixed_dst.GetPath().c_str()); in Install()
538 llvm::sys::fs::remove(fixed_dst.GetPath()); in Install()
542 error = MakeDirectory(fixed_dst, permissions); in Install()
547 recurse_dst.SetDirectory(fixed_dst.GetPathAsConstString()); in Install()
557 llvm::sys::fs::remove(fixed_dst.GetPath()); in Install()
558 error = PutFile(src, fixed_dst); in Install()
562 llvm::sys::fs::remove(fixed_dst.GetPath()); in Install()