Searched defs:getDir (Results 1 – 3 of 3) sorted by relevance
85 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()
94 const DirectoryEntry *getDir() const { return isNormalDir() ? u.Dir : 0; } in getDir() function
101 const DirectoryEntry *getDir() const { return Dir; } in getDir() function