Lines Matching refs:GetPath

579     std::string src_dir_path(src.GetPath());  in RecurseCopy_Callback()
584 recurse_dst.GetDirectory().SetCString(dst_dir.GetPath().c_str()); in RecurseCopy_Callback()
633 "invalid file detected during copy: %s", src.GetPath().c_str()); in RecurseCopy_Callback()
645 src.GetPath().c_str(), dst.GetPath().c_str()); in Install()
667 relative_spec.AppendPathComponent(dst.GetPath()); in Install()
672 dst.GetPath().c_str()); in Install()
682 dst.GetPath().c_str()); in Install()
697 src.GetPath().c_str(), dst.GetPath().c_str(), in Install()
698 fixed_dst.GetPath().c_str()); in Install()
704 switch (fs::get_file_type(src.GetPath(), false)) { in Install()
706 llvm::sys::fs::remove(fixed_dst.GetPath()); in Install()
716 std::string src_dir_path(src.GetPath()); in Install()
725 llvm::sys::fs::remove(fixed_dst.GetPath()); in Install()
730 llvm::sys::fs::remove(fixed_dst.GetPath()); in Install()
755 if (std::error_code ec = llvm::sys::fs::set_current_path(file_spec.GetPath())) { in SetWorkingDirectory()
769 return llvm::sys::fs::create_directory(file_spec.GetPath(), permissions); in MakeDirectory()
782 auto Value = llvm::sys::fs::getPermissions(file_spec.GetPath()); in GetFilePermissions()
799 return llvm::sys::fs::setPermissions(file_spec.GetPath(), Perms); in SetFilePermissions()
882 module_spec.GetFileSpec().GetPath().c_str()); in ResolveExecutable()
1028 std::string shell_str = (shell) ? shell.GetPath() : "<null>"; in LaunchProcess()
1230 if (fs::is_symlink_file(source.GetPath())) in PutFile()
1355 auto Result = llvm::sys::fs::md5_contents(file_spec.GetPath()); in CalculateMD5()
1659 llvm::raw_fd_ostream dst(dst_file_spec.GetPath(), EC, llvm::sys::fs::OF_None); in DownloadModuleSlice()
1662 dst_file_spec.GetPath().c_str()); in DownloadModuleSlice()