Lines Matching refs:Platform

54   return Platform::ResolveExecutable(resolved_module_spec, exe_module_sp,  in ResolveExecutable()
74 return Platform::RunShellCommand(shell, command, working_dir, status_ptr, in RunShellCommand()
82 return Platform::MakeDirectory(file_spec, file_permissions); in MakeDirectory()
90 return Platform::GetFilePermissions(file_spec, file_permissions); in GetFilePermissions()
98 return Platform::SetFilePermissions(file_spec, file_permissions); in SetFilePermissions()
106 return Platform::OpenFile(file_spec, flags, mode, error); in OpenFile()
112 return Platform::CloseFile(fd, error); in CloseFile()
120 return Platform::ReadFile(fd, offset, dst, dst_len, error); in ReadFile()
128 return Platform::WriteFile(fd, offset, src, src_len, error); in WriteFile()
134 return Platform::GetFileSize(file_spec); in GetFileSize()
141 return Platform::CreateSymlink(src, dst); in CreateSymlink()
147 return Platform::GetFileExists(file_spec); in GetFileExists()
153 return Platform::Unlink(file_spec); in Unlink()
160 return Platform::CalculateMD5(file_spec); in CalculateMD5()
166 return Platform::GetRemoteWorkingDirectory(); in GetRemoteWorkingDirectory()
173 return Platform::SetRemoteWorkingDirectory(working_dir); in SetRemoteWorkingDirectory()
217 return Platform::GetHostname(); in GetHostname()
223 return Platform::GetUserIDResolver(); in GetUserIDResolver()
229 return Platform::GetEnvironment(); in GetEnvironment()
235 return Platform::IsConnected(); in IsConnected()
242 return Platform::GetProcessInfo(pid, process_info); in GetProcessInfo()
250 return Platform::FindProcesses(match_info, process_infos); in FindProcesses()
261 return Platform::ConnectProcess(connect_url, plugin_name, debugger, target, in ConnectProcess()
268 return Platform::LaunchProcess(launch_info); in LaunchProcess()
274 return Platform::KillProcess(pid); in KillProcess()
281 return Platform::ConnectToWaitingProcesses(debugger, error); in ConnectToWaitingProcesses()