Home
last modified time | relevance | path

Searched refs:LoadTablePbFromCollection (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/cmd/
DLink.cpp1053 return LoadTablePbFromCollection(collection.get()); in LoadStaticLibrary()
1056 std::unique_ptr<ResourceTable> LoadTablePbFromCollection(io::IFileCollection* collection) { in LoadTablePbFromCollection() function in aapt::LinkCommand
1080 std::unique_ptr<ResourceTable> table = LoadTablePbFromCollection(collection.get()); in MergeStaticLibrary()