Home | History | Annotate | Download | only in androidfw

Lines Matching refs:openDir

948              * said it was a file on disk; to be consistent with openDir()
1148 AssetDir* AssetManager::openDir(const char* dirName)
1158 //printf("+++ openDir(%s) in '%s'\n", dirName, (const char*) mAssetBase);
1221 //printf("+++ openDir(%s) in '%s'\n", dirName, (const char*) mAssetBase);
1402 dir = opendir(path.string());