Lines Matching refs:Platform

199   return Platform::MakeDirectory(file_spec, file_permissions);  in MakeDirectory()
207 return Platform::GetFilePermissions(file_spec, file_permissions); in GetFilePermissions()
215 return Platform::SetFilePermissions(file_spec, file_permissions); in SetFilePermissions()
225 return Platform::OpenFile(file_spec, flags, mode, error); in OpenFile()
233 return Platform::CloseFile(fd, error); in CloseFile()
243 return Platform::ReadFile(fd, offset, dst, dst_len, error); in ReadFile()
253 return Platform::WriteFile(fd, offset, src, src_len, error); in WriteFile()
265 return Platform::GetFileSize(file_spec); in GetFileSize()
274 return Platform::CreateSymlink(src, dst); in CreateSymlink()
282 return Platform::GetFileExists(file_spec); in GetFileExists()
290 return Platform::Unlink(file_spec); in Unlink()
296 return Platform::CalculateMD5(file_spec, low, high); in CalculateMD5()
305 return Platform::GetRemoteWorkingDirectory(); in GetRemoteWorkingDirectory()
312 return Platform::SetRemoteWorkingDirectory(working_dir); in SetRemoteWorkingDirectory()
357 return Platform::GetHostname(); in GetHostname()
391 return Platform::GetProcessInfo(pid, process_info); in GetProcessInfo()
401 return Platform::FindProcesses(match_info, process_infos); in FindProcesses()
415 return Platform::ConnectProcess(connect_url, plugin_name, debugger, target, in ConnectProcess()
423 error = Platform::LaunchProcess(launch_info); in LaunchProcess()
435 return Platform::KillProcess(pid); in KillProcess()
445 return Platform::ConnectToWaitingProcesses(debugger, error); in ConnectToWaitingProcesses()