Searched refs:openDir (Results 1 – 5 of 5) sorted by relevance
28 virtual bool openDir(String8 path) = 0;29 virtual bool openDir(const char* path) = 0;57 virtual bool openDir(String8 path) { in openDir() function67 virtual bool openDir(const char* path) { in openDir() function69 openDir(p); in openDir()
47 if (!dw->openDir(basePath)) { in findFiles()
31 virtual bool openDir(String8 path) { in openDir() function36 virtual bool openDir(const char* path) { in openDir() function38 openDir(p); in openDir()
173 AssetDir* openDir(const char* dirName);
966 AssetDir* AssetManager::openDir(const char* dirName) in openDir() function in AssetManager