Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dposixmodule.c13795 int need_stat; in DirEntry_test_mode() local
13803 need_stat = follow_symlinks && is_symlink; in DirEntry_test_mode()
13806 need_stat = self->d_type == DT_UNKNOWN || (follow_symlinks && is_symlink); in DirEntry_test_mode()
13810 if (need_stat) { in DirEntry_test_mode()

Completed in 26 milliseconds