Searched refs:wmode (Results 1 - 5 of 5) sorted by relevance

/external/flac/libFLAC/
H A Dwindows_unicode_filenames.c81 wchar_t *wmode = NULL; local
86 if (!(wmode = wchar_from_utf8(mode))) break;
87 f = _wfopen(wname, wmode);
91 free(wmode);
/external/python/cpython2/Tools/scripts/
H A Dtreesync.py176 def copy(src, dst, rmode="rb", wmode="wb", answer='ask'):
182 g = open(dst, wmode)
/external/python/cpython3/Tools/scripts/
H A Dtreesync.py176 def copy(src, dst, rmode="rb", wmode="wb", answer='ask'):
182 g = open(dst, wmode)
/external/python/cpython3/Python/
H A Dfileutils.c1084 wchar_t wmode[10]; local
1101 usize = MultiByteToWideChar(CP_ACP, 0, mode, -1, wmode, sizeof(wmode));
1109 f = _wfopen(wpath, wmode);
/external/python/cpython2/Objects/
H A Dfileobject.c359 PyObject *wmode; local
360 wmode = PyUnicode_DecodeASCII(newmode, strlen(newmode), NULL);
361 if (f->f_name && wmode) {
366 PyUnicode_AS_UNICODE(wmode));
369 Py_XDECREF(wmode);

Completed in 926 milliseconds