Searched refs:CommandObjectPlatformFile (Results 1 – 1 of 1) sorted by relevance
752 class CommandObjectPlatformFile : public CommandObjectMultiword { class755 CommandObjectPlatformFile(CommandInterpreter &interpreter) in CommandObjectPlatformFile() function in CommandObjectPlatformFile770 ~CommandObjectPlatformFile() override = default;774 CommandObjectPlatformFile(const CommandObjectPlatformFile &) = delete;775 const CommandObjectPlatformFile &776 operator=(const CommandObjectPlatformFile &) = delete;1918 CommandObjectSP(new CommandObjectPlatformFile(interpreter))); in CommandObjectPlatform()