Searched defs:allow_fd (Results 1 – 2 of 2) sorted by relevance
| /external/python/pyfakefs/pyfakefs/ |
| D | fake_filesystem.py | 1749 def resolve_path(self, file_path, allow_fd=False, raw_io=True): argument 1968 def resolve(self, file_path, follow_symlinks=True, allow_fd=False, argument
|
| /external/python/cpython3/Modules/ |
| D | posixmodule.c | 1045 int allow_fd; member 1059 #define PATH_T_INITIALIZE(function_name, argument_name, nullable, allow_fd) \ argument 1062 #define PATH_T_INITIALIZE(function_name, argument_name, nullable, allow_fd) \ argument
|