Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dposixmodule.c11731 int need_stat; in DirEntry_test_mode() local
11740 need_stat = follow_symlinks && is_symlink; in DirEntry_test_mode()
11743 need_stat = self->d_type == DT_UNKNOWN || (follow_symlinks && is_symlink); in DirEntry_test_mode()
11747 if (need_stat) { in DirEntry_test_mode()