Home
last modified time | relevance | path

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

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