Lines Matching refs:CommandObjectSP
761 "open", CommandObjectSP(new CommandObjectPlatformFOpen(interpreter))); in CommandObjectPlatformFile()
763 "close", CommandObjectSP(new CommandObjectPlatformFClose(interpreter))); in CommandObjectPlatformFile()
765 "read", CommandObjectSP(new CommandObjectPlatformFRead(interpreter))); in CommandObjectPlatformFile()
767 "write", CommandObjectSP(new CommandObjectPlatformFWrite(interpreter))); in CommandObjectPlatformFile()
1677 CommandObjectSP(new CommandObjectPlatformProcessAttach(interpreter))); in CommandObjectPlatformProcess()
1680 CommandObjectSP(new CommandObjectPlatformProcessLaunch(interpreter))); in CommandObjectPlatformProcess()
1681 LoadSubCommand("info", CommandObjectSP(new CommandObjectPlatformProcessInfo( in CommandObjectPlatformProcess()
1683 LoadSubCommand("list", CommandObjectSP(new CommandObjectPlatformProcessList( in CommandObjectPlatformProcess()
1903 CommandObjectSP(new CommandObjectPlatformSelect(interpreter))); in CommandObjectPlatform()
1905 CommandObjectSP(new CommandObjectPlatformList(interpreter))); in CommandObjectPlatform()
1907 CommandObjectSP(new CommandObjectPlatformStatus(interpreter))); in CommandObjectPlatform()
1908 LoadSubCommand("connect", CommandObjectSP( in CommandObjectPlatform()
1912 CommandObjectSP(new CommandObjectPlatformDisconnect(interpreter))); in CommandObjectPlatform()
1913 LoadSubCommand("settings", CommandObjectSP(new CommandObjectPlatformSettings( in CommandObjectPlatform()
1916 CommandObjectSP(new CommandObjectPlatformMkDir(interpreter))); in CommandObjectPlatform()
1918 CommandObjectSP(new CommandObjectPlatformFile(interpreter))); in CommandObjectPlatform()
1920 CommandObjectSP(new CommandObjectPlatformFileExists(interpreter))); in CommandObjectPlatform()
1921 LoadSubCommand("get-file", CommandObjectSP(new CommandObjectPlatformGetFile( in CommandObjectPlatform()
1924 CommandObjectSP(new CommandObjectPlatformGetPermissions(interpreter))); in CommandObjectPlatform()
1925 LoadSubCommand("get-size", CommandObjectSP(new CommandObjectPlatformGetSize( in CommandObjectPlatform()
1927 LoadSubCommand("put-file", CommandObjectSP(new CommandObjectPlatformPutFile( in CommandObjectPlatform()
1929 LoadSubCommand("process", CommandObjectSP( in CommandObjectPlatform()
1932 CommandObjectSP(new CommandObjectPlatformShell(interpreter))); in CommandObjectPlatform()
1935 CommandObjectSP(new CommandObjectPlatformInstall(interpreter))); in CommandObjectPlatform()