Searched defs:LoadedArsc (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/androidfw/include/androidfw/
H A DLoadedArsc.h190 class LoadedArsc { class in namespace:android
193 // The lifetime of `data` must out-live the LoadedArsc returned from this method.
194 // If `system` is set to true, the LoadedArsc is considered as a system provided resource.
198 static std::unique_ptr<const LoadedArsc> Load(const StringPiece& data,
203 // Create an empty LoadedArsc. This is used when an APK has no resources.arsc.
204 static std::unique_ptr<const LoadedArsc> CreateEmpty();
216 // Returns a vector of LoadedPackage pointers, representing the packages in this LoadedArsc.
227 DISALLOW_COPY_AND_ASSIGN(LoadedArsc);
229 LoadedArsc() = default;

Completed in 37 milliseconds