Searched refs:CommandObjectPlatformFRead (Results 1 – 1 of 1) sorted by relevance
619 class CommandObjectPlatformFRead : public CommandObjectParsed { class621 CommandObjectPlatformFRead(CommandInterpreter &interpreter) in CommandObjectPlatformFRead() function in CommandObjectPlatformFRead627 ~CommandObjectPlatformFRead() override = default;810 "read", CommandObjectSP(new CommandObjectPlatformFRead(interpreter))); in CommandObjectPlatformFile()