Home
last modified time | relevance | path

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

/aosp_15_r20/system/core/init/
H A Dfirmware_handler.cpp197 std::vector<std::string> attempted_paths_and_errors; in ProcessFirmwareEvent() local
202 attempted_paths_and_errors.emplace_back("firmware: attempted " + file + in ProcessFirmwareEvent()
208 attempted_paths_and_errors.emplace_back("firmware: attempted " + file + in ProcessFirmwareEvent()
219 attempted_paths_and_errors.clear(); in ProcessFirmwareEvent()
233 for (const auto& message : attempted_paths_and_errors) { in ProcessFirmwareEvent()