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