Lines Matching full:platform

87       error.SetErrorStringWithFormat("the platform is not currently "  in ResolveExecutable()
130 // No valid architecture was specified, ask the platform for the in ResolveExecutable()
156 "'{0}' doesn't contain any '{1}' platform architectures: {2}", in ResolveExecutable()
187 return Platform::RunShellCommand(shell, command, working_dir, status_ptr, in RunShellCommand()
195 return Platform::MakeDirectory(file_spec, file_permissions); in MakeDirectory()
203 return Platform::GetFilePermissions(file_spec, file_permissions); in GetFilePermissions()
211 return Platform::SetFilePermissions(file_spec, file_permissions); in SetFilePermissions()
219 return Platform::OpenFile(file_spec, flags, mode, error); in OpenFile()
225 return Platform::CloseFile(fd, error); in CloseFile()
233 return Platform::ReadFile(fd, offset, dst, dst_len, error); in ReadFile()
241 return Platform::WriteFile(fd, offset, src, src_len, error); in WriteFile()
247 return Platform::GetFileSize(file_spec); in GetFileSize()
254 return Platform::CreateSymlink(src, dst); in CreateSymlink()
260 return Platform::GetFileExists(file_spec); in GetFileExists()
266 return Platform::Unlink(file_spec); in Unlink()
273 return Platform::CalculateMD5(file_spec, low, high); in CalculateMD5()
279 return Platform::GetRemoteWorkingDirectory(); in GetRemoteWorkingDirectory()
286 return Platform::SetRemoteWorkingDirectory(working_dir); in SetRemoteWorkingDirectory()
330 return Platform::GetHostname(); in GetHostname()
336 return Platform::GetUserIDResolver(); in GetUserIDResolver()
342 return Platform::GetEnvironment(); in GetEnvironment()
348 return Platform::IsConnected(); in IsConnected()
355 return Platform::GetProcessInfo(pid, process_info); in GetProcessInfo()
363 return Platform::FindProcesses(match_info, process_infos); in FindProcesses()
374 return Platform::ConnectProcess(connect_url, plugin_name, debugger, target, in ConnectProcess()
381 return Platform::LaunchProcess(launch_info); in LaunchProcess()
387 return Platform::KillProcess(pid); in KillProcess()
394 return Platform::ConnectToWaitingProcesses(debugger, error); in ConnectToWaitingProcesses()