Lines Matching full:cookie
90 * Returns "true" on success, "false" on failure. If 'cookie' is non-NULL,
91 * then on success, *cookie is set to the value corresponding to the
94 bool addAssetPath(const String8& path, void** cookie);
105 * 'cookie' must be NULL, resulting in the first cookie being returned.
106 * Each next cookie will be returned there-after, until NULL indicating
109 void* nextAssetPath(void* cookie) const;
115 String8 getAssetPath(void* cookie) const;
158 * Explicit non-asset file. The file explicitly named by the cookie (the
161 Asset* openNonAsset(void* cookie, const char* fileName, AccessMode mode);
185 AssetDir* openNonAssetDir(void* cookie, const char* dirName);