Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_tempfile.py319 p = tempfile.gettempprefix()
330 p = tempfile.gettempprefix() + "xxxxxx.xxx"
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtempfile.py241 def gettempprefix(): function