Lines Matching refs:Platform

186   return Platform::RunShellCommand(shell, command, working_dir, status_ptr,  in RunShellCommand()
194 return Platform::MakeDirectory(file_spec, file_permissions); in MakeDirectory()
202 return Platform::GetFilePermissions(file_spec, file_permissions); in GetFilePermissions()
210 return Platform::SetFilePermissions(file_spec, file_permissions); in SetFilePermissions()
218 return Platform::OpenFile(file_spec, flags, mode, error); in OpenFile()
224 return Platform::CloseFile(fd, error); in CloseFile()
232 return Platform::ReadFile(fd, offset, dst, dst_len, error); in ReadFile()
240 return Platform::WriteFile(fd, offset, src, src_len, error); in WriteFile()
246 return Platform::GetFileSize(file_spec); in GetFileSize()
253 return Platform::CreateSymlink(src, dst); in CreateSymlink()
259 return Platform::GetFileExists(file_spec); in GetFileExists()
265 return Platform::Unlink(file_spec); in Unlink()
272 return Platform::CalculateMD5(file_spec, low, high); in CalculateMD5()
278 return Platform::GetRemoteWorkingDirectory(); in GetRemoteWorkingDirectory()
285 return Platform::SetRemoteWorkingDirectory(working_dir); in SetRemoteWorkingDirectory()
329 return Platform::GetHostname(); in GetHostname()
335 return Platform::GetUserIDResolver(); in GetUserIDResolver()
341 return Platform::GetEnvironment(); in GetEnvironment()
347 return Platform::IsConnected(); in IsConnected()
354 return Platform::GetProcessInfo(pid, process_info); in GetProcessInfo()
362 return Platform::FindProcesses(match_info, process_infos); in FindProcesses()
373 return Platform::ConnectProcess(connect_url, plugin_name, debugger, target, in ConnectProcess()
380 return Platform::LaunchProcess(launch_info); in LaunchProcess()
386 return Platform::KillProcess(pid); in KillProcess()
393 return Platform::ConnectToWaitingProcesses(debugger, error); in ConnectToWaitingProcesses()