Searched refs:CommandObjectPlatformFClose (Results 1 – 1 of 1) sorted by relevance
515 class CommandObjectPlatformFClose : public CommandObjectParsed { class517 CommandObjectPlatformFClose(CommandInterpreter &interpreter) in CommandObjectPlatformFClose() function in CommandObjectPlatformFClose523 ~CommandObjectPlatformFClose() override = default;747 "close", CommandObjectSP(new CommandObjectPlatformFClose(interpreter))); in CommandObjectPlatformFile()