Lines Matching refs:GetPath

447     std::string src_dir_path(src.GetPath());  in RecurseCopy_Callback()
452 recurse_dst.GetDirectory().SetCString(dst_dir.GetPath().c_str()); in RecurseCopy_Callback()
501 "invalid file detected during copy: %s", src.GetPath().c_str()); in RecurseCopy_Callback()
513 src.GetPath().c_str(), dst.GetPath().c_str()); in Install()
535 relative_spec.AppendPathComponent(dst.GetPath()); in Install()
540 dst.GetPath().c_str()); in Install()
550 dst.GetPath().c_str()); in Install()
565 src.GetPath().c_str(), dst.GetPath().c_str(), in Install()
566 fixed_dst.GetPath().c_str()); in Install()
572 switch (fs::get_file_type(src.GetPath(), false)) { in Install()
574 llvm::sys::fs::remove(fixed_dst.GetPath()); in Install()
584 std::string src_dir_path(src.GetPath()); in Install()
593 llvm::sys::fs::remove(fixed_dst.GetPath()); in Install()
598 llvm::sys::fs::remove(fixed_dst.GetPath()); in Install()
623 if (std::error_code ec = llvm::sys::fs::set_current_path(file_spec.GetPath())) { in SetWorkingDirectory()
637 return llvm::sys::fs::create_directory(file_spec.GetPath(), permissions); in MakeDirectory()
649 auto Value = llvm::sys::fs::getPermissions(file_spec.GetPath()); in GetFilePermissions()
665 return llvm::sys::fs::setPermissions(file_spec.GetPath(), Perms); in SetFilePermissions()
693 if (llvm::sys::fs::file_size(file_spec.GetPath(), Size)) in GetFileSize()
797 "'%s' does not exist", module_spec.GetFileSpec().GetPath().c_str()); in ResolveExecutable()
1010 std::string shell_str = (shell) ? shell.GetPath() : "<null>"; in LaunchProcess()
1187 if (fs::is_symlink_file(source.GetPath())) in PutFile()
1261 return llvm::sys::fs::remove(path.GetPath()); in Unlink()
1315 auto Result = llvm::sys::fs::md5_contents(file_spec.GetPath()); in CalculateMD5()
1619 llvm::raw_fd_ostream dst(dst_file_spec.GetPath(), EC, llvm::sys::fs::OF_None); in DownloadModuleSlice()
1622 dst_file_spec.GetPath().c_str()); in DownloadModuleSlice()