Searched refs:openDir (Results 1 – 7 of 7) 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()
119 return new AAssetDir(mgr->openDir(dirName)); in AAssetManager_openDir()
155 AssetDir* openDir(const char* dirName);
906 AssetDir* AssetManager::openDir(const char* dirName) in openDir() function in AssetManager
397 AssetDir* dir = am->openDir(fileName8.c_str()); in android_content_AssetManager_list()