Searched refs:CommandObjectPlatformFile (Results 1 – 1 of 1) sorted by relevance
760 class CommandObjectPlatformFile : public CommandObjectMultiword { class763 CommandObjectPlatformFile(CommandInterpreter &interpreter) in CommandObjectPlatformFile() function in CommandObjectPlatformFile778 ~CommandObjectPlatformFile() override = default;782 CommandObjectPlatformFile(const CommandObjectPlatformFile &) = delete;783 const CommandObjectPlatformFile &784 operator=(const CommandObjectPlatformFile &) = delete;1922 CommandObjectSP(new CommandObjectPlatformFile(interpreter))); in CommandObjectPlatform()