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