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