Home
last modified time | relevance | path

Searched defs:currentFd (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/src/
H A Ddirectory_ex.cpp182 int currentFd = dirfd(topNode); in GetDirFiles() local
230 int currentFd; member
250 int currentFd = dirfd(currentDir); in ForceRemoveDirectory() local
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dsocket_exec.cpp721 static bool IsValidSock(int &currentFd, const MessageCallback &callback) in IsValidSock()
747 static void ProcessPollResult(int currentFd, const MessageCallback &callback) in ProcessPollResult()
771 int currentFd = -1; in PollRecvData() local