Searched refs:devdir (Results 1 – 1 of 1) sorted by relevance
221 DIR* devdir = opendir(kDevicePath); in threadLoop() local222 if(devdir == 0) { in threadLoop()228 while ((de = readdir(devdir)) != 0) { in threadLoop()243 closedir(devdir); in threadLoop()