Home
last modified time | relevance | path

Searched defs:getDir (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/utils/
DSkOSFile.cpp85 static bool get_the_file(HANDLE handle, SkString* name, WIN32_FIND_DATAW* dataPtr, bool getDir) in get_the_file()
118 bool SkOSFile::Iter::next(SkString* name, bool getDir) in next()
190 bool SkOSFile::Iter::next(SkString* name, bool getDir) in next()
/external/clang/include/clang/Lex/
DDirectoryLookup.h94 const DirectoryEntry *getDir() const { return isNormalDir() ? u.Dir : 0; } in getDir() function
/external/clang/include/clang/Basic/
DFileManager.h101 const DirectoryEntry *getDir() const { return Dir; } in getDir() function