Home
last modified time | relevance | path

Searched defs:check_chown (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/core/init/
H A Dcheck_builtins.cpp76 Result<void> check_chown(const BuiltinArguments& args) { in check_chown() function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_shutil.py1762 def check_chown(path, uid=None, gid=None): function