Home
last modified time | relevance | path

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

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