Searched refs:CommandObjectPlatformFile (Results 1 – 1 of 1) sorted by relevance
736 class CommandObjectPlatformFile : public CommandObjectMultiword { class739 CommandObjectPlatformFile(CommandInterpreter &interpreter) in CommandObjectPlatformFile() function in CommandObjectPlatformFile754 ~CommandObjectPlatformFile() override = default;758 CommandObjectPlatformFile(const CommandObjectPlatformFile &) = delete;759 const CommandObjectPlatformFile &760 operator=(const CommandObjectPlatformFile &) = delete;1825 CommandObjectSP(new CommandObjectPlatformFile(interpreter))); in CommandObjectPlatform()