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

  /external/clang/lib/Lex/
HeaderSearch.cpp 376 // getFileInfo could resize the vector and we don't want to rely on order
378 unsigned DirInfo = getFileInfo(CurFileEnt).DirInfo;
379 getFileInfo(FE).DirInfo = DirInfo;
433 HeaderFileInfo &HFI = getFileInfo(FE);
457 HeaderFileInfo &IncludingHFI = getFileInfo(CurFileEnt);
572 // getFileInfo could resize the vector and we don't want to rely on order
574 unsigned DirInfo = getFileInfo(ContextFileEnt).DirInfo;
575 getFileInfo(FE).DirInfo = DirInfo;
608 /// getFileInfo - Return the HeaderFileInfo structure for the specified
610 HeaderFileInfo &HeaderSearch::getFileInfo(const FileEntry *FE)
    [all...]
  /external/webkit/Source/WebCore/platform/wince/
FileSystemWinCE.cpp 56 static bool getFileInfo(const String& path, BY_HANDLE_FILE_INFORMATION& fileInfo)
74 if (!getFileInfo(path, fileInformation))
89 if (!getFileInfo(path, fileInformation))

Completed in 31 milliseconds