Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c2778 PyUnicodeObject *obwpath; in posix_utime() local
2787 if (PyArg_ParseTuple(args, "UO|:utime", &obwpath, &arg)) { in posix_utime()
2788 wpath = PyUnicode_AS_UNICODE(obwpath); in posix_utime()