Searched refs:custom_device_path (Results 1 – 2 of 2) sorted by relevance
102 std::function<std::string(const std::string&)> custom_device_path = nullptr);
189 std::function<std::string(const std::string&)> custom_device_path) { in LoadAndVerifyVbmeta() argument211 auto device_path = custom_device_path ? custom_device_path : android_by_name_symlink; in LoadAndVerifyVbmeta()