Home
last modified time | relevance | path

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

/third_party/libxml2/
Dregressions.py94 def readPfile(file, list, flag): function
172 th1 = thread.start_new_thread(readPfile, (pout, outfile, th1Flag))
173 th2 = thread.start_new_thread(readPfile, (perr, errfile, th2Flag))
/third_party/chromium/patch/
D0001-cve.patch124522 -def readPfile(file, list, flag):
124600 - th1 = thread.start_new_thread(readPfile, (pout, outfile, th1Flag))
124601 - th2 = thread.start_new_thread(readPfile, (perr, errfile, th2Flag))