summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2009-05-18 15:22:00 -0700
committerDianne Hackborn <hackbod@google.com>2009-05-18 15:22:00 -0700
commit7a5798596271cfe43a2cb8383ba9abda55ea9a7f (patch)
tree8bc72118144386053c3551a02db29141f3abda63 /include
parent7754d161d22d507f19b5b4d2e599acd63c331f73 (diff)
downloadframeworks_native-7a5798596271cfe43a2cb8383ba9abda55ea9a7f.zip
frameworks_native-7a5798596271cfe43a2cb8383ba9abda55ea9a7f.tar.gz
frameworks_native-7a5798596271cfe43a2cb8383ba9abda55ea9a7f.tar.bz2
Update aapt badging for native code, configs, density, etc.
Diffstat (limited to 'include')
-rw-r--r--include/utils/AssetManager.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/utils/AssetManager.h b/include/utils/AssetManager.h
index e94c0e8..c11429e 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".]
*