Searched refs:getDir (Results 1 - 16 of 16) sorted by relevance

/external/skia/src/utils/
H A DSkOSFile.cpp85 static bool get_the_file(HANDLE handle, SkString* name, WIN32_FIND_DATAW* dataPtr, bool getDir) argument
99 if (getDir)
118 bool SkOSFile::Iter::next(SkString* name, bool getDir) argument
132 return fHandle != (HANDLE)~0 && get_the_file(fHandle, name, dataPtr, getDir);
190 bool SkOSFile::Iter::next(SkString* name, bool getDir) argument
207 if (getDir)
/external/clang/unittests/Basic/
H A DFileManagerTest.cpp75 // When a virtual file is added, its getDir() field is set correctly
81 const DirectoryEntry *dir = file->getDir();
88 dir = file->getDir();
135 const DirectoryEntry *dir = file->getDir();
150 const DirectoryEntry *dir = file->getDir();
/external/skia/include/core/
H A DSkOSFile.h51 /** If getDir is true, only returns directories.
55 bool next(SkString* name, bool getDir = false);
/external/clang/include/clang/Lex/
H A DDirectoryLookup.h92 /// getDir - Return the directory that this entry refers to.
94 const DirectoryEntry *getDir() const { return isNormalDir() ? u.Dir : 0; } function in class:clang::DirectoryLookup
/external/clang/lib/Lex/
H A DHeaderSearch.cpp160 if (loadModuleMapFile(SearchDirs[Idx].getDir()) == LMM_NewlyLoaded) {
171 NestedModuleMapDirName = SearchDirs[Idx].getDir()->getName();
192 return getDir()->getName();
214 TmpDir = getDir()->getName();
217 StringRef SearchPathRef(getDir()->getName());
228 if (SuggestedModule && HS.hasModuleMap(TmpDir, getDir())) {
438 TmpDir += CurFileEnt->getDir()->getName();
451 StringRef SearchPathRef(CurFileEnt->getDir()->getName());
843 const DirectoryEntry *Dir = File->getDir();
1015 loadModuleMapFile(SearchDirs[Idx].getDir());
[all...]
H A DModuleMap.cpp111 const DirectoryEntry *Dir = File->getDir();
196 const DirectoryEntry *Dir = Header->getDir();
324 UmbrellaDirs[UmbrellaHeader->getDir()] = Result;
361 UmbrellaDirs[UmbrellaHeader->getDir()] = Mod;
1153 const DirectoryEntry *UmbrellaDir = File->getDir();
1431 ModuleMapParser Parser(L, *SourceMgr, *Diags, *this, File->getDir(),
H A DPPLexerChange.cpp212 StringRef FilePath = File->getDir()->getName();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jdepend.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant-jsch.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/clang/include/clang/Basic/
H A DFileManager.h99 /// getDir - Return the directory the file lives in.
101 const DirectoryEntry *getDir() const { return Dir; } function in class:clang::FileEntry
/external/clang/lib/Frontend/
H A DInitHeaderSearch.cpp506 if (SeenDirs.insert(CurEntry.getDir()))
540 isSame = SearchEntry.getDir() == CurEntry.getDir();
/external/clang/lib/Basic/
H A DModule.cpp127 return Header->getDir();
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp293 MainFileDir = MainFile->getDir()->getName();
H A DCGObjCGNU.cpp2320 std::string(mainFile->getDir()->getName()) + '/' + mainFile->getName();
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 555 milliseconds