Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp210 user_id_t fd_src = OpenFile(source, File::eOpenOptionReadOnly, in GetFile() local
213 if (fd_src == UINT64_MAX) in GetFile()
237 const uint64_t n_read = ReadFile(fd_src, offset, buffer_sp->GetBytes(), in GetFile()
254 if (fd_src != UINT64_MAX) in GetFile()
255 CloseFile(fd_src, error); in GetFile()