Searched refs:CommandObjectPlatformFile (Results 1 – 1 of 1) sorted by relevance
763 class CommandObjectPlatformFile : public CommandObjectMultiword { class766 CommandObjectPlatformFile(CommandInterpreter &interpreter) in CommandObjectPlatformFile() function in CommandObjectPlatformFile781 ~CommandObjectPlatformFile() override = default;785 CommandObjectPlatformFile(const CommandObjectPlatformFile &) = delete;786 const CommandObjectPlatformFile &787 operator=(const CommandObjectPlatformFile &) = delete;1802 CommandObjectSP(new CommandObjectPlatformFile(interpreter))); in CommandObjectPlatform()