Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp211 user_id_t fd_src = OpenFile(source, File::eOpenOptionReadOnly, in GetFile() local
214 if (fd_src == UINT64_MAX) in GetFile()
238 const uint64_t n_read = ReadFile(fd_src, offset, buffer_sp->GetBytes(), in GetFile()
255 if (fd_src != UINT64_MAX) in GetFile()
256 CloseFile(fd_src, error); in GetFile()