Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libfs_avb/
H A Davb_util.cpp552 std::function<std::string(const std::string&)> device_path_constructor, bool is_chained_vbmeta, in LoadAndVerifyVbmetaByPartition() argument
554 auto image_path = device_path_constructor( in LoadAndVerifyVbmetaByPartition()
582 device_path_constructor, true, /* is_chained_vbmeta */ in LoadAndVerifyVbmetaByPartition()
H A Davb_util.h103 std::function<std::string(const std::string&)> device_path_constructor, bool is_chained_vbmeta,