Lines Matching refs:CommandInterpreter

162   CommandObjectPlatformSelect(CommandInterpreter &interpreter)  in CommandObjectPlatformSelect()
227 CommandObjectPlatformList(CommandInterpreter &interpreter) in CommandObjectPlatformList()
270 CommandObjectPlatformStatus(CommandInterpreter &interpreter) in CommandObjectPlatformStatus()
306 CommandObjectPlatformConnect(CommandInterpreter &interpreter) in CommandObjectPlatformConnect()
361 CommandObjectPlatformDisconnect(CommandInterpreter &interpreter) in CommandObjectPlatformDisconnect()
423 CommandObjectPlatformSettings(CommandInterpreter &interpreter) in CommandObjectPlatformSettings()
468 CommandObjectPlatformMkDir(CommandInterpreter &interpreter) in CommandObjectPlatformMkDir()
520 CommandObjectPlatformFOpen(CommandInterpreter &interpreter) in CommandObjectPlatformFOpen()
577 CommandObjectPlatformFClose(CommandInterpreter &interpreter) in CommandObjectPlatformFClose()
621 CommandObjectPlatformFRead(CommandInterpreter &interpreter) in CommandObjectPlatformFRead()
716 CommandObjectPlatformFWrite(CommandInterpreter &interpreter) in CommandObjectPlatformFWrite()
800 CommandObjectPlatformFile(CommandInterpreter &interpreter) in CommandObjectPlatformFile()
829 CommandObjectPlatformGetFile(CommandInterpreter &interpreter) in CommandObjectPlatformGetFile()
906 CommandObjectPlatformGetSize(CommandInterpreter &interpreter) in CommandObjectPlatformGetSize()
972 CommandObjectPlatformPutFile(CommandInterpreter &interpreter) in CommandObjectPlatformPutFile()
1011 CommandObjectPlatformProcessLaunch(CommandInterpreter &interpreter) in CommandObjectPlatformProcessLaunch()
1121 CommandObjectPlatformProcessList(CommandInterpreter &interpreter) in CommandObjectPlatformProcessList()
1404 CommandObjectPlatformProcessInfo(CommandInterpreter &interpreter) in CommandObjectPlatformProcessInfo()
1553 int opt_element_index, CommandInterpreter &interpreter) override { in HandleOptionArgumentCompletion()
1601 CommandObjectPlatformProcessAttach(CommandInterpreter &interpreter) in CommandObjectPlatformProcessAttach()
1642 CommandObjectPlatformProcess(CommandInterpreter &interpreter) in CommandObjectPlatformProcess()
1719 CommandObjectPlatformShell(CommandInterpreter &interpreter) in CommandObjectPlatformShell()
1799 CommandObjectPlatformInstall(CommandInterpreter &interpreter) in CommandObjectPlatformInstall()
1841 CommandObjectPlatform::CommandObjectPlatform(CommandInterpreter &interpreter) in CommandObjectPlatform()