Lines Matching refs:GetPath

317     strm.Printf("WorkingDir: %s\n", GetWorkingDirectory().GetPath().c_str());  in GetStatus()
440 dst_dir.GetPath().c_str()); in RecurseCopy_Callback()
445 std::string src_dir_path(src.GetPath()); in RecurseCopy_Callback()
499 "invalid file detected during copy: %s", src.GetPath().c_str()); in RecurseCopy_Callback()
511 src.GetPath().c_str(), dst.GetPath().c_str()); in Install()
533 relative_spec.AppendPathComponent(dst.GetPath()); in Install()
538 dst.GetPath().c_str()); in Install()
548 dst.GetPath().c_str()); in Install()
563 src.GetPath().c_str(), dst.GetPath().c_str(), in Install()
564 fixed_dst.GetPath().c_str()); in Install()
570 switch (fs::get_file_type(src.GetPath(), false)) { in Install()
572 llvm::sys::fs::remove(fixed_dst.GetPath()); in Install()
582 std::string src_dir_path(src.GetPath()); in Install()
591 llvm::sys::fs::remove(fixed_dst.GetPath()); in Install()
596 llvm::sys::fs::remove(fixed_dst.GetPath()); in Install()
621 if (std::error_code ec = llvm::sys::fs::set_current_path(file_spec.GetPath())) { in SetWorkingDirectory()
635 return llvm::sys::fs::create_directory(file_spec.GetPath(), permissions); in MakeDirectory()
647 auto Value = llvm::sys::fs::getPermissions(file_spec.GetPath()); in GetFilePermissions()
663 return llvm::sys::fs::setPermissions(file_spec.GetPath(), Perms); in SetFilePermissions()
691 if (llvm::sys::fs::file_size(file_spec.GetPath(), Size)) in GetFileSize()
738 working_dir.GetPath().c_str()); in SetRemoteWorkingDirectory()
795 "'%s' does not exist", module_spec.GetFileSpec().GetPath().c_str()); in ResolveExecutable()
1017 std::string shell_str = (shell) ? shell.GetPath() : "<null>"; in LaunchProcess()
1192 if (fs::is_symlink_file(source.GetPath())) in PutFile()
1266 return llvm::sys::fs::remove(path.GetPath()); in Unlink()
1320 auto Result = llvm::sys::fs::md5_contents(file_spec.GetPath()); in CalculateMD5()
1678 LLVM_PRETTY_FUNCTION, module_file_spec.GetPath().c_str()); in CallLocateModuleCallbackIfSet()
1689 LLVM_PRETTY_FUNCTION, symbol_file_spec.GetPath().c_str()); in CallLocateModuleCallbackIfSet()
1701 LLVM_PRETTY_FUNCTION, symbol_file_spec.GetPath().c_str()); in CallLocateModuleCallbackIfSet()
1723 LLVM_PRETTY_FUNCTION, module_file_spec.GetPath().c_str(), in CallLocateModuleCallbackIfSet()
1724 symbol_file_spec.GetPath().c_str()); in CallLocateModuleCallbackIfSet()
1729 LLVM_PRETTY_FUNCTION, module_file_spec.GetPath().c_str(), in CallLocateModuleCallbackIfSet()
1730 symbol_file_spec.GetPath().c_str()); in CallLocateModuleCallbackIfSet()
1777 llvm::raw_fd_ostream dst(dst_file_spec.GetPath(), EC, llvm::sys::fs::OF_None); in DownloadModuleSlice()
1780 dst_file_spec.GetPath().c_str()); in DownloadModuleSlice()