Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp208 user_id_t fd_src = OpenFile(source, File::eOpenOptionRead, in GetFile() local
211 if (fd_src == UINT64_MAX) in GetFile()
235 const uint64_t n_read = ReadFile(fd_src, offset, buffer_sp->GetBytes(), in GetFile()
252 if (fd_src != UINT64_MAX) in GetFile()
253 CloseFile(fd_src, error); in GetFile()