Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp519 FileSpec path_spec(path); in Handle_vFile_Open() local
520 FileSystem::Instance().Resolve(path_spec); in Handle_vFile_Open()
521 int fd = ::open(path_spec.GetCString(), flags, mode); in Handle_vFile_Open()