Lines Matching refs:CommandObjectSP

745         "open", CommandObjectSP(new CommandObjectPlatformFOpen(interpreter)));  in CommandObjectPlatformFile()
747 "close", CommandObjectSP(new CommandObjectPlatformFClose(interpreter))); in CommandObjectPlatformFile()
749 "read", CommandObjectSP(new CommandObjectPlatformFRead(interpreter))); in CommandObjectPlatformFile()
751 "write", CommandObjectSP(new CommandObjectPlatformFWrite(interpreter))); in CommandObjectPlatformFile()
1585 CommandObjectSP(new CommandObjectPlatformProcessAttach(interpreter))); in CommandObjectPlatformProcess()
1588 CommandObjectSP(new CommandObjectPlatformProcessLaunch(interpreter))); in CommandObjectPlatformProcess()
1589 LoadSubCommand("info", CommandObjectSP(new CommandObjectPlatformProcessInfo( in CommandObjectPlatformProcess()
1591 LoadSubCommand("list", CommandObjectSP(new CommandObjectPlatformProcessList( in CommandObjectPlatformProcess()
1810 CommandObjectSP(new CommandObjectPlatformSelect(interpreter))); in CommandObjectPlatform()
1812 CommandObjectSP(new CommandObjectPlatformList(interpreter))); in CommandObjectPlatform()
1814 CommandObjectSP(new CommandObjectPlatformStatus(interpreter))); in CommandObjectPlatform()
1815 LoadSubCommand("connect", CommandObjectSP( in CommandObjectPlatform()
1819 CommandObjectSP(new CommandObjectPlatformDisconnect(interpreter))); in CommandObjectPlatform()
1820 LoadSubCommand("settings", CommandObjectSP(new CommandObjectPlatformSettings( in CommandObjectPlatform()
1823 CommandObjectSP(new CommandObjectPlatformMkDir(interpreter))); in CommandObjectPlatform()
1825 CommandObjectSP(new CommandObjectPlatformFile(interpreter))); in CommandObjectPlatform()
1827 CommandObjectSP(new CommandObjectPlatformFileExists(interpreter))); in CommandObjectPlatform()
1828 LoadSubCommand("get-file", CommandObjectSP(new CommandObjectPlatformGetFile( in CommandObjectPlatform()
1831 CommandObjectSP(new CommandObjectPlatformGetPermissions(interpreter))); in CommandObjectPlatform()
1832 LoadSubCommand("get-size", CommandObjectSP(new CommandObjectPlatformGetSize( in CommandObjectPlatform()
1834 LoadSubCommand("put-file", CommandObjectSP(new CommandObjectPlatformPutFile( in CommandObjectPlatform()
1836 LoadSubCommand("process", CommandObjectSP( in CommandObjectPlatform()
1839 CommandObjectSP(new CommandObjectPlatformShell(interpreter))); in CommandObjectPlatform()
1842 CommandObjectSP(new CommandObjectPlatformInstall(interpreter))); in CommandObjectPlatform()