Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/aidl/default/
Dwifi_legacy_hal_factory.cpp40 struct stat entryStat; in isDirectory() local
41 stat(entryPtr->d_name, &entryStat); in isDirectory()
42 isDir = S_ISDIR(entryStat.st_mode); in isDirectory()