Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h351 std::optional<GDBRemoteFStatData> FStat(lldb::user_id_t fd);
H A DGDBRemoteCommunicationClient.cpp3087 GDBRemoteCommunicationClient::FStat(lldb::user_id_t fd) { in FStat() function in GDBRemoteCommunicationClient
3116 std::optional<GDBRemoteFStatData> st = FStat(fd); in Stat()