Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/vbmeta_tools/
H A Dvbmake.cc22 using android::fs_mgr::WriteToSuperVBMetaFile;
91 if (!WriteToSuperVBMetaFile(output_path.c_str(), images)) { in main()
/aosp_15_r20/system/core/fs_mgr/libvbmeta/include/libvbmeta/
H A Dlibvbmeta.h25 bool WriteToSuperVBMetaFile(const std::string& super_vbmeta_file,
/aosp_15_r20/system/core/fs_mgr/libvbmeta/
H A Dbuilder.cpp187 bool WriteToSuperVBMetaFile(const std::string& super_vbmeta_file, in WriteToSuperVBMetaFile() function