Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp510 FileSpec path_spec(path); in Handle_vFile_Open() local
511 FileSystem::Instance().Resolve(path_spec); in Handle_vFile_Open()
513 auto file = FileSystem::Instance().Open(path_spec, flags, mode, false); in Handle_vFile_Open()