Home
last modified time | relevance | path

Searched refs:use_bytes (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/
H A Dshutil.py1466 use_bytes = isinstance(cmd, bytes)
1483 if use_bytes:
1493 if use_bytes:
1502 if use_bytes:
/third_party/python/Modules/
H A Dposixmodule.c3788 posix_getcwd(int use_bytes) in posix_getcwd() argument
3828 if (use_bytes) { in posix_getcwd()
3873 if (use_bytes) { in posix_getcwd()
/third_party/python/Lib/test/
H A Dtest_os.py3132 def create_args(self, *, with_env=False, use_bytes=False):
3154 if use_bytes:
3223 program, args = self.create_args(with_env=True, use_bytes=True)

Completed in 24 milliseconds