Home
last modified time | relevance | path

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

/system/bt/gd/dumpsys/bundler/
Dbundler.cc204 auto bundle_schema = flatbuffers::GetRoot<BundledSchema>(flatfile_data.c_str()); in ReadBundledSchema() local
205 const flatbuffers::Vector<flatbuffers::Offset<BundledSchemaMap>>* map = bundle_schema->map(); in ReadBundledSchema()
207 fprintf(stdout, "Bundle schema title:%s\n", bundle_schema->title()->c_str()); in ReadBundledSchema()
208 fprintf(stdout, "Bundle schema root_name:%s\n", bundle_schema->root_name()->c_str()); in ReadBundledSchema()