Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dposixmodule.c12236 int is_dot; in ScandirIterator_iternext() local
12258 is_dot = direntp->d_name[0] == '.' && in ScandirIterator_iternext()
12260 if (!is_dot) { in ScandirIterator_iternext()