Home
last modified time | relevance | path

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

/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py121 is_int_type, is_byte_string, is_unicode_string, make_string_path,
1456 file_path = make_string_path(path)
1593 path = make_string_path(path)
1620 path_str = make_string_path(path)
1799 file_path = make_string_path(path)
1844 path = to_string(make_string_path(file_path))
1911 path = make_string_path(file_path)
2052 path = make_string_path(file_path)
2095 path = make_string_path(file_path)
2145 path_str = make_string_path(path)
[all …]
Dhelpers.py50 def make_string_path(dir_name: AnyStr) -> AnyStr: ... function
54 def make_string_path(dir_name: os.PathLike) -> str: ... function
57 def make_string_path(dir_name: AnyPath) -> AnyStr: function