HomeSort by relevance Sort by last modified time
    Searched defs:LongFilePath (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
LongFilePathSupport.py 23 def LongFilePath(FileName):
39 return open(LongFilePath(FileName), Mode, Buffer)
42 return codecs.open(LongFilePath(Filename), Mode, Encoding, Errors, Buffering)
49 with open(LongFilePath(src), 'rb') as fsrc:
50 with open(LongFilePath(dst), 'wb') as fdst:
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
CommonLib.c 197 InputFile = fopen (LongFilePath (InputFileName), "rb");
298 OutputFile = fopen (LongFilePath (OutputFileName), "wb");
593 LongFilePath (
605 LongFilePath A pointer to the converted long file path.

Completed in 65 milliseconds