Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h5520 os_removexattr_impl(PyObject *module, path_t *path, path_t *attribute,
5537 return_value = os_removexattr_impl(module, &path, &attribute, follow_symlinks); in os_removexattr()
/external/python/cpython3/Modules/
Dposixmodule.c11114 os_removexattr_impl(PyObject *module, path_t *path, path_t *attribute, in os_removexattr_impl() function