Home
last modified time | relevance | path

Searched refs:CommandObjectPlatformFClose (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectPlatform.cpp532 class CommandObjectPlatformFClose : public CommandObjectParsed { class
534 CommandObjectPlatformFClose(CommandInterpreter &interpreter) in CommandObjectPlatformFClose() function in CommandObjectPlatformFClose
541 ~CommandObjectPlatformFClose() override = default;
770 "close", CommandObjectSP(new CommandObjectPlatformFClose(interpreter))); in CommandObjectPlatformFile()