Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/dumpsys/bundler/
Dbundler.cc211 std::vector<std::string> bfbs_filenames; in WriteBundledSchema() local
213 bfbs_filenames.push_back(std::string(opts.arg.v[i])); in WriteBundledSchema()
215 if (bfbs_filenames.empty()) { in WriteBundledSchema()
224 if (!CreateBinarySchemaBundle(&builder, bfbs_filenames, &vector_map, &bundled_names)) { in WriteBundledSchema()