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

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
MetaFileCommentParser.py 37 CheckUsage(Comments, UsageList, InfFile, LineNo, ValueList[0]+'.'+ValueList[1], ErrorMsgMap[MODEL_PCD_DYNAMIC])
39 CheckUsage(Comments, UsageList, InfFile, LineNo, ValueList[0], ErrorMsgMap[SectionType])
41 CheckUsage(Comments, UsageList + ("TO_START", "BY_START"), InfFile, LineNo, ValueList[0], ErrorMsgMap[SectionType])
43 def CheckUsage(Comments, Usages, InfFile, LineNo, Value, ErrorMsg):
MetaFileParser.py 606 if GlobalData.gOptions and GlobalData.gOptions.CheckUsage:
    [all...]
  /art/runtime/base/unix_file/
fd_file.h 40 FdFile(int fd, bool checkUsage);
41 FdFile(int fd, const std::string& path, bool checkUsage);
42 FdFile(int fd, const std::string& path, bool checkUsage, bool read_only_mode);
44 FdFile(const std::string& path, int flags, bool checkUsage)
45 : FdFile(path, flags, 0640, checkUsage) {}
46 FdFile(const std::string& path, int flags, mode_t mode, bool checkUsage);
119 bool CheckUsage() const;
fd_file.cc 237 bool FdFile::CheckUsage() const {

Completed in 141 milliseconds