Searched refs:path_to_bytes (Results 1 – 2 of 2) sorted by relevance
88 compat.path_to_bytes(self.__name), compat.as_bytes(self.__mode))268 _pywrap_file_io.FileExists(compat.path_to_bytes(path))299 _pywrap_file_io.DeleteFile(compat.path_to_bytes(path))453 _pywrap_file_io.CreateDir(compat.path_to_bytes(path))483 _pywrap_file_io.RecursivelyCreateDir(compat.path_to_bytes(path))516 compat.path_to_bytes(src), compat.path_to_bytes(dst), overwrite)549 compat.path_to_bytes(src), compat.path_to_bytes(dst), overwrite)602 _pywrap_file_io.DeleteRecursively(compat.path_to_bytes(path))629 return _pywrap_file_io.IsDirectory(compat.path_to_bytes(path))652 return _pywrap_file_io.HasAtomicMove(compat.path_to_bytes(path))[all …]
183 def path_to_bytes(path): function