Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/fchownat/
Dfchownat.h28 #if !defined(HAVE_FCHOWNAT)
/external/ltp/android/include/
Dconfig.h79 #define HAVE_FCHOWNAT 1 macro
/external/python/cpython3/Modules/
Dposixmodule.c2219 #ifdef HAVE_FCHOWNAT
3147 #if !(defined(HAVE_LCHOWN) || defined(HAVE_FCHOWNAT)) in os_chown_impl()
3179 #ifdef HAVE_FCHOWNAT in os_chown_impl()
13330 #ifdef HAVE_FCHOWNAT
/external/python/cpython3/
Dpyconfig.h.in316 #undef HAVE_FCHOWNAT
/external/python/cpython3/Misc/
DHISTORY4065 - Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions.