Home | History | Annotate | Download | only in android

Lines Matching refs:AAssetDir

28 struct AAssetDir;
29 typedef struct AAssetDir AAssetDir;
45 * be inspected with the AAssetDir functions. To open the top-level directory,
50 AAssetDir* AAssetManager_openDir(AAssetManager* mgr, const char* dirName);
66 * guaranteed to remain valid if any other calls are made on this AAssetDir
69 const char* AAssetDir_getNextFileName(AAssetDir* assetDir);
74 void AAssetDir_rewind(AAssetDir* assetDir);
77 * Close an opened AAssetDir, freeing any related resources.
79 void AAssetDir_close(AAssetDir* assetDir);