Home
last modified time | relevance | path

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

/system/core/fs_mgr/libvbmeta/include/libvbmeta/
Dlibvbmeta.h25 bool WriteToSuperVBMetaFile(const std::string& super_vbmeta_file,
/system/core/fs_mgr/libvbmeta/
Dbuilder.cpp187 bool WriteToSuperVBMetaFile(const std::string& super_vbmeta_file, in WriteToSuperVBMetaFile() argument
190 open(super_vbmeta_file.c_str(), O_CREAT | O_RDWR | O_TRUNC | O_CLOEXEC, 0644))); in WriteToSuperVBMetaFile()
192 PERROR << "Couldn't open super vbmeta file " << super_vbmeta_file; in WriteToSuperVBMetaFile()