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