Home
last modified time | relevance | path

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

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