Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/dumpsys/bundler/
H A Dbundler.cc46 if (!flatbuffers::LoadFile(filename, helper::AsBinaryFile, binary_schema)) { in LoadBinarySchema()
199 if (!flatbuffers::LoadFile(filename, helper::AsBinaryFile, &flatfile_data)) { in ReadBundledSchema()
261 …ename.c_str(), (const char*)builder.GetBufferPointer(), builder.GetSize(), helper::AsBinaryFile)) { in WriteBundledSchema()
H A Dbundler.h44 constexpr bool AsBinaryFile = true; variable