Home
last modified time | relevance | path

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

/system/core/fs_mgr/libvbmeta/include/libvbmeta/
Dlibvbmeta.h26 const std::map<std::string, std::string>& images_path);
/system/core/fs_mgr/libvbmeta/
Dbuilder.cpp37 const std::map<std::string, std::string>& images_path) in SuperVBMetaBuilder() argument
38 : super_vbmeta_fd_(super_vbmeta_fd), images_path_(images_path) {} in SuperVBMetaBuilder()
188 const std::map<std::string, std::string>& images_path) { in WriteToSuperVBMetaFile() argument
196 SuperVBMetaBuilder builder(super_vbmeta_fd, images_path); in WriteToSuperVBMetaFile()
Dbuilder.h33 const std::map<std::string, std::string>& images_path);