Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dregrtest.py402 fp = open(os.path.join(test_support.SAVEDCWD, fromfile))
1007 fname = os.path.join(test_support.SAVEDCWD, fname)
Dtest_support.py396 SAVEDCWD = os.getcwd() variable