Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dftpmirror.py205 fp1 = LoggingFile(fp, 1024, sys.stdout)
207 fp1 = fp
211 fp1.write, 8*1024)
217 if fp1 != fp:
218 fp1.close()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dposixpath.py161 def sameopenfile(fp1, fp2): argument
163 s1 = os.fstat(fp1)
Dfilecmp.py65 with open(f1, 'rb') as fp1, open(f2, 'rb') as fp2:
67 b1 = fp1.read(bufsize)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_posix.py152 fp1 = open(test_support.TESTFN)
155 posix.dup2(fp1.fileno(), fp2.fileno())
157 fp1.close()