Home
last modified time | relevance | path

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

/hardware/interfaces/threadnetwork/aidl/default/
Dsocket_interface.cpp317 std::string folderPath; in WaitForSocketFileCreated() local
328 folderPath = socketPath.substr(0, lastSlashIdx); in WaitForSocketFileCreated()
329 wd = inotify_add_watch(inotifyFd, folderPath.c_str(), IN_CREATE); in WaitForSocketFileCreated()