Lines Matching refs:CommandObjectSP
749 "open", CommandObjectSP(new CommandObjectPlatformFOpen(interpreter))); in CommandObjectPlatformFile()
751 "close", CommandObjectSP(new CommandObjectPlatformFClose(interpreter))); in CommandObjectPlatformFile()
753 "read", CommandObjectSP(new CommandObjectPlatformFRead(interpreter))); in CommandObjectPlatformFile()
755 "write", CommandObjectSP(new CommandObjectPlatformFWrite(interpreter))); in CommandObjectPlatformFile()
1517 CommandObjectSP(new CommandObjectPlatformProcessAttach(interpreter))); in CommandObjectPlatformProcess()
1520 CommandObjectSP(new CommandObjectPlatformProcessLaunch(interpreter))); in CommandObjectPlatformProcess()
1521 LoadSubCommand("info", CommandObjectSP(new CommandObjectPlatformProcessInfo( in CommandObjectPlatformProcess()
1523 LoadSubCommand("list", CommandObjectSP(new CommandObjectPlatformProcessList( in CommandObjectPlatformProcess()
1739 CommandObjectSP(new CommandObjectPlatformSelect(interpreter))); in CommandObjectPlatform()
1741 CommandObjectSP(new CommandObjectPlatformList(interpreter))); in CommandObjectPlatform()
1743 CommandObjectSP(new CommandObjectPlatformStatus(interpreter))); in CommandObjectPlatform()
1744 LoadSubCommand("connect", CommandObjectSP( in CommandObjectPlatform()
1748 CommandObjectSP(new CommandObjectPlatformDisconnect(interpreter))); in CommandObjectPlatform()
1749 LoadSubCommand("settings", CommandObjectSP(new CommandObjectPlatformSettings( in CommandObjectPlatform()
1752 CommandObjectSP(new CommandObjectPlatformMkDir(interpreter))); in CommandObjectPlatform()
1754 CommandObjectSP(new CommandObjectPlatformFile(interpreter))); in CommandObjectPlatform()
1755 LoadSubCommand("get-file", CommandObjectSP(new CommandObjectPlatformGetFile( in CommandObjectPlatform()
1757 LoadSubCommand("get-size", CommandObjectSP(new CommandObjectPlatformGetSize( in CommandObjectPlatform()
1759 LoadSubCommand("put-file", CommandObjectSP(new CommandObjectPlatformPutFile( in CommandObjectPlatform()
1761 LoadSubCommand("process", CommandObjectSP( in CommandObjectPlatform()
1764 CommandObjectSP(new CommandObjectPlatformShell(interpreter))); in CommandObjectPlatform()
1767 CommandObjectSP(new CommandObjectPlatformInstall(interpreter))); in CommandObjectPlatform()