Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectPlatform.cpp544 class CommandObjectPlatformFClose : public CommandObjectParsed { class
546 CommandObjectPlatformFClose(CommandInterpreter &interpreter) in CommandObjectPlatformFClose() function in CommandObjectPlatformFClose
550 ~CommandObjectPlatformFClose() override = default;
774 "close", CommandObjectSP(new CommandObjectPlatformFClose(interpreter))); in CommandObjectPlatformFile()