Searched refs:AAssetDir (Results 1 - 1 of 1) sorted by relevance

/development/ndk/platforms/android-9/include/android/
H A Dasset_manager.h30 struct AAssetDir;
31 typedef struct AAssetDir AAssetDir; typedef in typeref:struct:AAssetDir
47 * be inspected with the AAssetDir functions. To open the top-level directory,
52 AAssetDir* AAssetManager_openDir(AAssetManager* mgr, const char* dirName);
68 * guaranteed to remain valid if any other calls are made on this AAssetDir
71 const char* AAssetDir_getNextFileName(AAssetDir* assetDir);
76 void AAssetDir_rewind(AAssetDir* assetDir);
79 * Close an opened AAssetDir, freeing any related resources.
81 void AAssetDir_close(AAssetDir* assetDi
[all...]

Completed in 46 milliseconds