Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h5784 os_DirEntry_is_symlink_impl(DirEntry *self);
5792 _return_value = os_DirEntry_is_symlink_impl(self); in os_DirEntry_is_symlink()
/external/python/cpython3/Modules/
Dposixmodule.c11621 os_DirEntry_is_symlink_impl(DirEntry *self) in os_DirEntry_is_symlink_impl() function
11708 int result = os_DirEntry_is_symlink_impl(self); in os_DirEntry_stat_impl()