Home | History | Annotate | Download | only in android

Lines Matching refs:AAssetDir

43  * {@link AAssetDir} objects to peruse a single directory.
49 struct AAssetDir;
51 * {@link AAssetDir} provides access to a chunk of the asset hierarchy as if
57 typedef struct AAssetDir AAssetDir;
83 * be inspected with the AAssetDir functions. To open the top-level directory,
88 AAssetDir* AAssetManager_openDir(AAssetManager* mgr, const char* dirName);
104 * guaranteed to remain valid if any other calls are made on this AAssetDir
107 const char* AAssetDir_getNextFileName(AAssetDir* assetDir);
112 void AAssetDir_rewind(AAssetDir* assetDir);
115 * Close an opened AAssetDir, freeing any related resources.
117 void AAssetDir_close(AAssetDir* assetDir);