Lines Matching refs:CommandObjectSP

768         "open", CommandObjectSP(new CommandObjectPlatformFOpen(interpreter)));  in CommandObjectPlatformFile()
770 "close", CommandObjectSP(new CommandObjectPlatformFClose(interpreter))); in CommandObjectPlatformFile()
772 "read", CommandObjectSP(new CommandObjectPlatformFRead(interpreter))); in CommandObjectPlatformFile()
774 "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()
1906 CommandObjectSP(new CommandObjectPlatformSelect(interpreter))); in CommandObjectPlatform()
1908 CommandObjectSP(new CommandObjectPlatformList(interpreter))); in CommandObjectPlatform()
1910 CommandObjectSP(new CommandObjectPlatformStatus(interpreter))); in CommandObjectPlatform()
1911 LoadSubCommand("connect", CommandObjectSP( in CommandObjectPlatform()
1915 CommandObjectSP(new CommandObjectPlatformDisconnect(interpreter))); in CommandObjectPlatform()
1916 LoadSubCommand("settings", CommandObjectSP(new CommandObjectPlatformSettings( in CommandObjectPlatform()
1919 CommandObjectSP(new CommandObjectPlatformMkDir(interpreter))); in CommandObjectPlatform()
1921 CommandObjectSP(new CommandObjectPlatformFile(interpreter))); in CommandObjectPlatform()
1923 CommandObjectSP(new CommandObjectPlatformFileExists(interpreter))); in CommandObjectPlatform()
1924 LoadSubCommand("get-file", CommandObjectSP(new CommandObjectPlatformGetFile( in CommandObjectPlatform()
1927 CommandObjectSP(new CommandObjectPlatformGetPermissions(interpreter))); in CommandObjectPlatform()
1928 LoadSubCommand("get-size", CommandObjectSP(new CommandObjectPlatformGetSize( in CommandObjectPlatform()
1930 LoadSubCommand("put-file", CommandObjectSP(new CommandObjectPlatformPutFile( in CommandObjectPlatform()
1932 LoadSubCommand("process", CommandObjectSP( in CommandObjectPlatform()
1935 CommandObjectSP(new CommandObjectPlatformShell(interpreter))); in CommandObjectPlatform()
1938 CommandObjectSP(new CommandObjectPlatformInstall(interpreter))); in CommandObjectPlatform()