HomeSort by relevance Sort by last modified time
    Searched refs:Filepath (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
Configuration.py 284 Filepath = os.path.normpath(self.Filename)
285 if not os.path.isfile(Filepath):
286 ErrorMsg = "Can't find configuration file '%s'" % Filepath
287 EdkLogger.error("Ecc", EdkLogger.ECC_ERROR, ErrorMsg, File = Filepath)
290 for Line in open(Filepath, 'r'):
297 EdkLogger.error("Ecc", EdkLogger.ECC_ERROR, ErrorMsg, File = Filepath, Line = LineNo)
MetaDataParser.py 26 def GetIncludeListOfFile(WorkSpace, Filepath, Db):
28 Filepath = os.path.normpath(Filepath)
34 % (MODEL_META_DATA_PACKAGE, MODEL_EFI_SOURCE_FILE, '\\', Filepath)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Table/
TableFile.py 87 (Filepath, Name) = os.path.split(FileFullPath)
90 File = FileClass(-1, Name, Ext, Filepath, FileFullPath, Model, '', [], [], [])
95 # @param FilePath Path of file
  /external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 54 std::string &Filepath = FileToFilepathMap[File];
55 if (!Filepath.empty())
56 return Filepath;
65 Filepath = Filename;
67 Filepath = (Dir + "\\" + Filename).str();
72 std::replace(Filepath.begin(), Filepath.end(), '/', '\\');
76 while ((Cursor = Filepath.find("\\.\\", Cursor)) != std::string::npos)
77 Filepath.erase(Cursor, 2);
82 while ((Cursor = Filepath.find("\\..\\", Cursor)) != std::string::npos)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
Parser.py 134 # @param Filepath: File path
139 def GetIncludeListOfFile(WorkSpace, Filepath, Db):
141 Filepath = os.path.normpath(Filepath)
146 % (MODEL_META_DATA_PACKAGE, MODEL_EFI_SOURCE_FILE, '\\', Filepath)
    [all...]

Completed in 105 milliseconds