Home
last modified time | relevance | path

Searched defs:dir_fd (Results 1 – 15 of 15) sorted by relevance

/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dglob.py13 def glob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
31 def iglob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
60 def _iglob(pathname, root_dir, dir_fd, recursive, dironly, argument
105 def _glob1(dirname, pattern, dir_fd, dironly, include_hidden=False): argument
111 def _glob0(dirname, basename, dir_fd, dironly, include_hidden=False): argument
133 def _glob2(dirname, pattern, dir_fd, dironly, include_hidden=False): argument
141 def _iterdir(dirname, dir_fd, dironly): argument
175 def _listdir(dirname, dir_fd, dironly): argument
180 def _rlistdir(dirname, dir_fd, dironly, include_hidden=False): argument
191 def _lexists(pathname, dir_fd): argument
[all …]
Dshutil.py690 def rmtree(path, ignore_errors=False, onerror=None, *, dir_fd=None): argument
Dos.py431 def fwalk(top=".", topdown=True, onerror=None, *, follow_symlinks=False, dir_fd=None): argument
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dglob.py13 def glob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
31 def iglob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
60 def _iglob(pathname, root_dir, dir_fd, recursive, dironly, argument
105 def _glob1(dirname, pattern, dir_fd, dironly, include_hidden=False): argument
111 def _glob0(dirname, basename, dir_fd, dironly, include_hidden=False): argument
133 def _glob2(dirname, pattern, dir_fd, dironly, include_hidden=False): argument
141 def _iterdir(dirname, dir_fd, dironly): argument
175 def _listdir(dirname, dir_fd, dironly): argument
180 def _rlistdir(dirname, dir_fd, dironly, include_hidden=False): argument
191 def _lexists(pathname, dir_fd): argument
[all …]
Dshutil.py690 def rmtree(path, ignore_errors=False, onerror=None, *, dir_fd=None): argument
Dos.py431 def fwalk(top=".", topdown=True, onerror=None, *, follow_symlinks=False, dir_fd=None): argument
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/
Dglob.py13 def glob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
31 def iglob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
60 def _iglob(pathname, root_dir, dir_fd, recursive, dironly, argument
105 def _glob1(dirname, pattern, dir_fd, dironly, include_hidden=False): argument
111 def _glob0(dirname, basename, dir_fd, dironly, include_hidden=False): argument
133 def _glob2(dirname, pattern, dir_fd, dironly, include_hidden=False): argument
141 def _iterdir(dirname, dir_fd, dironly): argument
175 def _listdir(dirname, dir_fd, dironly): argument
180 def _rlistdir(dirname, dir_fd, dironly, include_hidden=False): argument
191 def _lexists(pathname, dir_fd): argument
[all …]
Dshutil.py690 def rmtree(path, ignore_errors=False, onerror=None, *, dir_fd=None): argument
Dos.py431 def fwalk(top=".", topdown=True, onerror=None, *, follow_symlinks=False, dir_fd=None): argument
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dglob.py13 def glob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
31 def iglob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
60 def _iglob(pathname, root_dir, dir_fd, recursive, dironly, argument
105 def _glob1(dirname, pattern, dir_fd, dironly, include_hidden=False): argument
111 def _glob0(dirname, basename, dir_fd, dironly, include_hidden=False): argument
133 def _glob2(dirname, pattern, dir_fd, dironly, include_hidden=False): argument
141 def _iterdir(dirname, dir_fd, dironly): argument
175 def _listdir(dirname, dir_fd, dironly): argument
180 def _rlistdir(dirname, dir_fd, dironly, include_hidden=False): argument
191 def _lexists(pathname, dir_fd): argument
[all …]
Dshutil.py690 def rmtree(path, ignore_errors=False, onerror=None, *, dir_fd=None): argument
Dos.py431 def fwalk(top=".", topdown=True, onerror=None, *, follow_symlinks=False, dir_fd=None): argument
/prebuilts/build-tools/common/py3-stdlib/
Dglob.py16 def glob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
34 def iglob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
63 def _iglob(pathname, root_dir, dir_fd, recursive, dironly, argument
108 def _glob1(dirname, pattern, dir_fd, dironly, include_hidden=False): argument
114 def _glob0(dirname, basename, dir_fd, dironly, include_hidden=False): argument
143 def _glob2(dirname, pattern, dir_fd, dironly, include_hidden=False): argument
152 def _iterdir(dirname, dir_fd, dironly): argument
186 def _listdir(dirname, dir_fd, dironly): argument
191 def _rlistdir(dirname, dir_fd, dironly, include_hidden=False): argument
202 def _lexists(pathname, dir_fd): argument
[all …]
Dshutil.py714 def rmtree(path, ignore_errors=False, onerror=None, *, onexc=None, dir_fd=None): argument
1399 def chown(path, user=None, group=None, *, dir_fd=None, follow_symlinks=True): argument
Dos.py446 def fwalk(top=".", topdown=True, onerror=None, *, follow_symlinks=False, dir_fd=None): argument