Home
last modified time | relevance | path

Searched refs:LongFilePath (Results 1 – 25 of 28) sorted by relevance

12

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DLongFilePathOs.py16 from Common.LongFilePathSupport import LongFilePath
22 return os.access(LongFilePath(path), mode)
25 return os.remove(LongFilePath(path))
28 return os.removedirs(LongFilePath(name))
31 return os.rmdir(LongFilePath(path))
34 return os.mkdir(LongFilePath(path))
37 return os.makedirs(LongFilePath(name), mode)
40 return os.rename(LongFilePath(old), LongFilePath(new))
43 return os.chdir(LongFilePath(path))
46 return os.chmod(LongFilePath(path), mode)
[all …]
DLongFilePathOsPath.py15 from Common.LongFilePathSupport import LongFilePath
18 return os.path.isfile(LongFilePath(path))
21 return os.path.isdir(LongFilePath(path))
24 return os.path.exists(LongFilePath(path))
27 return os.path.getsize(LongFilePath(filename))
30 return os.path.getmtime(LongFilePath(filename))
33 return os.path.getatime(LongFilePath(filename))
36 return os.path.getctime(LongFilePath(filename))
DLongFilePathSupport.py23 def LongFilePath(FileName): function
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/GnuGenBootSector/
DGnuGenBootSector.c150 f = fopen (LongFilePath (PathInfo->Path),"r"); in GetPathInfo()
164 f = fopen (LongFilePath (PathInfo->Path), "r"); in GetPathInfo()
208 InputFile = fopen (LongFilePath (InputInfo->PhysicalPath), "r"); in ProcessBsOrMbr()
232 OutputFile = fopen (LongFilePath (OutputInfo->PhysicalPath), "r+"); in ProcessBsOrMbr()
234 OutputFile = fopen (LongFilePath (OutputInfo->PhysicalPath), "w"); in ProcessBsOrMbr()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DIdfClassObject.py21 from Common.LongFilePathSupport import LongFilePath
84 IdfFile = open(LongFilePath(File.Path), mode='r')
DUniClassObject.py26 from Common.LongFilePathSupport import LongFilePath
244 FileIn = self.OpenUniFile(LongFilePath(File.Path))
395 FileIn = self.OpenUniFile(LongFilePath(File.Path))
/device/linaro/bootloader/edk2/BaseTools/Source/C/Split/
DSplit.c359 In = fopen (LongFilePath (InputFileName), "rb"); in main()
416 Out1 = fopen (LongFilePath (OutFileName1), "wb"); in main()
424 Out2 = fopen (LongFilePath (OutFileName2), "wb"); in main()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DCommonLib.c197 InputFile = fopen (LongFilePath (InputFileName), "rb"); in GetFileImage()
298 OutputFile = fopen (LongFilePath (OutputFileName), "wb"); in PutFileImage()
593 LongFilePath ( in LongFilePath() function
DCommonLib.h149 LongFilePath (
DOsPath.c291 InputFile = fopen (LongFilePath (InputFileName), "rb"); in OsPathExists()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenCrc32/
DGenCrc32.c279 InFile = fopen (LongFilePath (InputFileName), "rb"); in main()
303 OutFile = fopen (LongFilePath (OutputFileName), "wb"); in main()
/device/linaro/bootloader/edk2/BaseTools/Source/C/EfiLdrImage/
DEfiLdrImage.c265 fpOut = fopen (LongFilePath (OutputFileName), "w+b"); in main()
289 fpIn = fopen (LongFilePath (InputFileNames[i]), "rb"); in main()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenPage/
DGenPage.c246 PageFile = fopen (LongFilePath (PageFileName), "w+b"); in GenBinPage()
252 NoPageFile = fopen (LongFilePath (NoPageFileName), "r+b"); in GenBinPage()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
DVfrCompiler.cpp644 if ((pVfrFile = fopen (LongFilePath (mOptions.VfrFileName), "r")) == NULL) { in PreProcess()
713 if ((pInFile = fopen (LongFilePath (InFileName), "r")) == NULL) { in Compile()
843 if ((pFile = fopen (LongFilePath (mOptions.PkgOutputFileName), "wb")) == NULL) { in GenBinary()
886 if ((pFile = fopen (LongFilePath (mOptions.COutputFileName), "w")) == NULL) { in GenCFile()
933 if ((pInFile = fopen (LongFilePath (InFileName), "r")) == NULL) { in GenRecordListFile()
938 if ((pOutFile = fopen (LongFilePath (mOptions.RecordListFile), "w")) == NULL) { in GenRecordListFile()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenVtf/
DGenVtf.c1069 Fp = fopen (LongFilePath (VtfInfo->CompSymName), "rb"); in UpdateEntryPoint()
1193 Fp = fopen (LongFilePath (VtfInfo->CompBinName), "rb"); in CreateAndUpdateComponent()
1382 Fp = fopen (LongFilePath (VtfInfo->CompBinName), "rb"); in CreateAndUpdatePAL_A()
1605 Fp = fopen (LongFilePath (FileName), "wb"); in WriteVtfBinary()
1817 Fp = fopen (LongFilePath (FileName), "rb"); in UpdateIA32ResetVector()
2181 Fp = fopen (LongFilePath (OutFileName1), "rb"); in PeimFixupInFitTable()
2260 SourceFile = fopen (LongFilePath (SourceFileName), "r"); in UpdateSymFile()
2279 DestFile = fopen (LongFilePath (DestFileName), "a+"); in UpdateSymFile()
2642 VtfFP = fopen (LongFilePath (VtfFileName), "rb"); in main()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
DGenFw.c1564 fpOut = fopen (LongFilePath (OutImageName), "rb"); in main()
1595 fpIn = fopen (LongFilePath (mInImageName), "rb"); in main()
1626 fpOut = fopen (LongFilePath (OutImageName), "wb"); in main()
1636 fpIn = fopen (LongFilePath (InputFileName [Index]), "rb"); in main()
1682 fpIn = fopen (LongFilePath (InputFileName [Index]), "rb"); in main()
1766 fpOut = fopen (LongFilePath (OutImageName), "wb"); in main()
1772 fpIn = fopen (LongFilePath (InputFileName [Index]), "rb"); in main()
1814 fpIn = fopen (LongFilePath (mInImageName), "r"); in main()
1937 fpInOut = fopen (LongFilePath (mInImageName), "wb"); in main()
1944 fpOut = fopen (LongFilePath (OutImageName), "wb"); in main()
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
DGenFvInternalLib.c874 PeMapFile = fopen (LongFilePath (PeMapFileName), "r"); in WriteMapFile()
1147 NewFile = fopen (LongFilePath (FvInfo->FvFiles[Index]), "rb"); in AddFile()
2500 FvExtHeaderFile = fopen (LongFilePath (mFvDataInfo.FvExtHeaderFile), "rb"); in GenerateFvImage()
2735 FvMapFile = fopen (LongFilePath (FvMapName), "w"); in GenerateFvImage()
2745 FvReportFile = fopen (LongFilePath (FvReportName), "w"); in GenerateFvImage()
2880 FvFile = fopen (LongFilePath (FvFileName), "wb"); in GenerateFvImage()
3055 fpin = fopen (LongFilePath (mFvDataInfo.FvExtHeaderFile), "rb"); in CalculateFvSize()
3082 fpin = fopen (LongFilePath (FvInfoPtr->FvFiles[Index]), "rb"); in CalculateFvSize()
3497 PeFile = fopen (LongFilePath (PeFileName), "rb"); in FfsRebase()
3754 PeFile = fopen (LongFilePath (PeFileName), "rb"); in FfsRebase()
[all …]
DGenFv.c604 FpFile = fopen (LongFilePath (OutFileName), "w"); in main()
673 FpFile = fopen (LongFilePath (AddrFileName), "w"); in main()
/device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/
DEfiRom.c132 if ((FptrOut = fopen (LongFilePath (mOptions.OutFileName), "wb")) == NULL) { in main()
244 if ((InFptr = fopen (LongFilePath (InFile->FileName), "rb")) == NULL) { in ProcessBinFile()
458 if ((InFptr = fopen (LongFilePath (InFile->FileName), "rb")) == NULL) { in ProcessEfiFile()
1335 if ((InFptr = fopen (LongFilePath (InFile->FileName), "rb")) == NULL) { in DumpImage()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFfs/
DGenFfs.c311 InFile = fopen (LongFilePath (InputFileName[Index]), "rb"); in GetSectionContents()
925 FfsFile = fopen (LongFilePath (OutputFileName), "wb"); in main()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenSec/
DGenSec.c279 InFile = fopen (LongFilePath (InputFileName[0]), "rb"); in GenSectionCommonLeafSection()
469 InFile = fopen (LongFilePath (InputFileName[Index]), "rb"); in GetSectionContents()
1570 OutFile = fopen (LongFilePath (OutputFileName), "wb"); in main()
/device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
Dbootsectimage.c121 FileHandle = fopen (LongFilePath (FileName), "r+b"); in WriteToFile()
159 FileHandle = fopen (LongFilePath (FileName), "rb"); in ReadFromFile()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
DGenBootSector.c639 f = fopen (LongFilePath (PathInfo->Path), "r"); in GetPathInfo()
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
DTianoCompress.c1618 InputFile = fopen (LongFilePath (InputFileName), "rb"); in GetFileContents()
1896 InputFile = fopen (LongFilePath (InputFileName), "rb"); in main()
1929 OutputFile = fopen (LongFilePath (OutputFileName), "wb"); in main()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
DVolInfo.c393 InputFile = fopen (LongFilePath (mUtilityFilename), "rb"); in main()
2249 if ((Fptr = fopen (LongFilePath (FileName), "r")) == NULL) { in ParseGuidBaseNameFile()

12