Searched refs:CommandObjectPlatformFile (Results 1 – 1 of 1) sorted by relevance
759 class CommandObjectPlatformFile : public CommandObjectMultiword { class762 CommandObjectPlatformFile(CommandInterpreter &interpreter) in CommandObjectPlatformFile() function in CommandObjectPlatformFile777 ~CommandObjectPlatformFile() override = default;781 CommandObjectPlatformFile(const CommandObjectPlatformFile &) = delete;782 const CommandObjectPlatformFile &783 operator=(const CommandObjectPlatformFile &) = delete;1921 CommandObjectSP(new CommandObjectPlatformFile(interpreter))); in CommandObjectPlatform()