diff options
| author | 2009-05-18 23:56:07 -0700 | |
|---|---|---|
| committer | 2009-05-18 23:56:07 -0700 | |
| commit | f1f12f8cfcc99bb9a50ae5b555b5ce050726a1fa (patch) | |
| tree | d680b09d862079111788479b37ded86255e197d7 /include/utils/AssetManager.h | |
| parent | da8e33a57f4ecb20505f3de494873f10ea10c8bb (diff) | |
| parent | 656a2726ad977be194c3b8f4bf4ec3068bf3e1c9 (diff) | |
am 656a2726: Merge change 1910 into donut
Merge commit '656a2726ad977be194c3b8f4bf4ec3068bf3e1c9'
* commit '656a2726ad977be194c3b8f4bf4ec3068bf3e1c9':
Update aapt badging for native code, configs, density, etc.
Diffstat (limited to 'include/utils/AssetManager.h')
| -rw-r--r-- | include/utils/AssetManager.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/utils/AssetManager.h b/include/utils/AssetManager.h index e94c0e8feeee..c11429eaf2ab 100644 --- a/include/utils/AssetManager.h +++ b/include/utils/AssetManager.h @@ -153,6 +153,18 @@ public: AssetDir* openDir(const char* dirName); /* + * Open a directory within a particular path of the asset manager. + * + * The contents of the directory are an amalgam of vendor-specific, + * locale-specific, and generic assets stored loosely or in asset + * packages. Depending on the cache setting and previous accesses, + * this call may incur significant disk overhead. + * + * To open the top-level directory, pass in "". + */ + AssetDir* openNonAssetDir(void* cookie, const char* dirName); + + /* * Get the type of a file in the asset hierarchy. They will either * be "regular" or "directory". [Currently only works for "regular".] * |