Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_hotshot.c77 PyObject *logfilename; member
565 char *s = PyString_AsString(self->logfilename); in flush_data()
573 char *s = PyString_AsString(self->logfilename); in flush_data()
1166 Py_XDECREF(self->logfilename); in profiler_dealloc()
1494 char *logfilename; in hotshot_profiler() local
1499 if (PyArg_ParseTuple(args, "s|ii:profiler", &logfilename, in hotshot_profiler()
1511 self->logfilename = PyTuple_GET_ITEM(args, 0); in hotshot_profiler()
1512 Py_INCREF(self->logfilename); in hotshot_profiler()
1518 self->logfp = fopen(logfilename, "wb"); in hotshot_profiler()
1521 PyErr_SetFromErrnoWithFilename(PyExc_IOError, logfilename); in hotshot_profiler()
[all …]