Home
last modified time | relevance | path

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

/hardware/interfaces/threadnetwork/aidl/default/
Dsocket_interface.cpp248 VerifyOrExit(!IsSocketFileExisted(aPath)); in WaitForSocketFileCreated()
272 if (rval == 0 && IsSocketFileExisted(aPath)) { in WaitForSocketFileCreated()
283 if ((event->mask & IN_CREATE) && IsSocketFileExisted(aPath)) { in WaitForSocketFileCreated()
296 bool SocketInterface::IsSocketFileExisted(const char* aPath) { in IsSocketFileExisted() function in aidl::android::hardware::threadnetwork::SocketInterface
Dsocket_interface.hpp230 bool IsSocketFileExisted(const char* aPath);