Home
last modified time | relevance | path

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

/system/core/fs_mgr/libfs_avb/include/fs_avb/
Dfs_avb.h102 std::function<std::string(const std::string&)> custom_device_path = nullptr);
/system/core/fs_mgr/libfs_avb/
Dfs_avb.cpp189 std::function<std::string(const std::string&)> custom_device_path) { in LoadAndVerifyVbmeta() argument
211 auto device_path = custom_device_path ? custom_device_path : android_by_name_symlink; in LoadAndVerifyVbmeta()