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