Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dfirmware_handler.cpp250 std::vector<std::string> attempted_paths_and_errors; in ProcessFirmwareEvent() local
255 attempted_paths_and_errors.emplace_back("firmware: attempted " + file + in ProcessFirmwareEvent()
261 attempted_paths_and_errors.emplace_back("firmware: attempted " + file + in ProcessFirmwareEvent()
271 attempted_paths_and_errors.clear(); in ProcessFirmwareEvent()
285 for (const auto& message : attempted_paths_and_errors) { in ProcessFirmwareEvent()