Lines Matching refs:GetPath
283 strm.Printf("WorkingDir: %s\n", GetWorkingDirectory().GetPath().c_str()); in GetStatus()
406 dst_dir.GetPath().c_str()); in RecurseCopy_Callback()
411 std::string src_dir_path(src.GetPath()); in RecurseCopy_Callback()
465 "invalid file detected during copy: %s", src.GetPath().c_str()); in RecurseCopy_Callback()
477 src.GetPath().c_str(), dst.GetPath().c_str()); in Install()
499 relative_spec.AppendPathComponent(dst.GetPath()); in Install()
504 dst.GetPath().c_str()); in Install()
514 dst.GetPath().c_str()); in Install()
529 src.GetPath().c_str(), dst.GetPath().c_str(), in Install()
530 fixed_dst.GetPath().c_str()); in Install()
536 switch (fs::get_file_type(src.GetPath(), false)) { in Install()
538 llvm::sys::fs::remove(fixed_dst.GetPath()); in Install()
548 std::string src_dir_path(src.GetPath()); in Install()
557 llvm::sys::fs::remove(fixed_dst.GetPath()); in Install()
562 llvm::sys::fs::remove(fixed_dst.GetPath()); in Install()
587 if (std::error_code ec = llvm::sys::fs::set_current_path(file_spec.GetPath())) { in SetWorkingDirectory()
601 return llvm::sys::fs::create_directory(file_spec.GetPath(), permissions); in MakeDirectory()
613 auto Value = llvm::sys::fs::getPermissions(file_spec.GetPath()); in GetFilePermissions()
629 return llvm::sys::fs::setPermissions(file_spec.GetPath(), Perms); in SetFilePermissions()
657 if (llvm::sys::fs::file_size(file_spec.GetPath(), Size)) in GetFileSize()
704 working_dir.GetPath().c_str()); in SetRemoteWorkingDirectory()
947 std::string shell_str = (shell) ? shell.GetPath() : "<null>"; in LaunchProcess()
1122 if (fs::is_symlink_file(source.GetPath())) in PutFile()
1138 llvm::sys::fs::md5_contents(source.GetPath()); in PutFile()
1222 return llvm::sys::fs::remove(path.GetPath()); in Unlink()
1276 return llvm::sys::fs::md5_contents(file_spec.GetPath()); in CalculateMD5()
1630 LLVM_PRETTY_FUNCTION, module_file_spec.GetPath().c_str()); in CallLocateModuleCallbackIfSet()
1641 LLVM_PRETTY_FUNCTION, symbol_file_spec.GetPath().c_str()); in CallLocateModuleCallbackIfSet()
1653 LLVM_PRETTY_FUNCTION, symbol_file_spec.GetPath().c_str()); in CallLocateModuleCallbackIfSet()
1675 LLVM_PRETTY_FUNCTION, module_file_spec.GetPath().c_str(), in CallLocateModuleCallbackIfSet()
1676 symbol_file_spec.GetPath().c_str()); in CallLocateModuleCallbackIfSet()
1681 LLVM_PRETTY_FUNCTION, module_file_spec.GetPath().c_str(), in CallLocateModuleCallbackIfSet()
1682 symbol_file_spec.GetPath().c_str()); in CallLocateModuleCallbackIfSet()
1729 llvm::raw_fd_ostream dst(dst_file_spec.GetPath(), EC, llvm::sys::fs::OF_None); in DownloadModuleSlice()
1732 dst_file_spec.GetPath().c_str()); in DownloadModuleSlice()