HomeSort by relevance Sort by last modified time
    Searched refs:wmode (Results 1 - 7 of 7) sorted by null

  /external/flac/libFLAC/
windows_unicode_filenames.c 81 wchar_t *wmode = NULL; local
86 if (!(wmode = wchar_from_utf8(mode))) break;
87 f = _wfopen(wname, wmode);
91 free(wmode);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
treesync.py 176 def copy(src, dst, rmode="rb", wmode="wb", answer='ask'):
182 g = open(dst, wmode)
  /external/python/cpython2/Tools/scripts/
treesync.py 176 def copy(src, dst, rmode="rb", wmode="wb", answer='ask'):
182 g = open(dst, wmode)
  /external/python/cpython3/Python/
fileutils.c 1307 wchar_t wmode[10]; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 359 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);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 359 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);
    [all...]
  /external/python/cpython2/Objects/
fileobject.c 364 PyObject *wmode; local
365 wmode = PyUnicode_DecodeASCII(newmode, strlen(newmode), NULL);
366 if (f->f_name && wmode) {
371 PyUnicode_AS_UNICODE(wmode));
374 Py_XDECREF(wmode);
    [all...]

Completed in 424 milliseconds