Home
last modified time | relevance | path

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

/system/core/fs_mgr/libvbmeta/
Dbuilder.h51 std::map<std::string, std::string> images_path_; variable
Dbuilder.cpp38 : super_vbmeta_fd_(super_vbmeta_fd), images_path_(images_path) {} in SuperVBMetaBuilder()
41 for (const auto& [vbmeta_name, file_path] : images_path_) { in Build()