Searched refs:CommandObjectPlatformFile (Results 1 – 1 of 1) sorted by relevance
740 class CommandObjectPlatformFile : public CommandObjectMultiword { class743 CommandObjectPlatformFile(CommandInterpreter &interpreter) in CommandObjectPlatformFile() function in CommandObjectPlatformFile758 ~CommandObjectPlatformFile() override = default;762 CommandObjectPlatformFile(const CommandObjectPlatformFile &) = delete;763 const CommandObjectPlatformFile &764 operator=(const CommandObjectPlatformFile &) = delete;1754 CommandObjectSP(new CommandObjectPlatformFile(interpreter))); in CommandObjectPlatform()