Lines Matching refs:openDir
949 * said it was a file on disk; to be consistent with openDir()
1149 AssetDir* AssetManager::openDir(const char* dirName)
1159 //printf("+++ openDir(%s) in '%s'\n", dirName, (const char*) mAssetBase);
1222 //printf("+++ openDir(%s) in '%s'\n", dirName, (const char*) mAssetBase);
1403 dir = opendir(path.string());