Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dfirst_stage_init.cpp156 std::string recovery_load_path = dir_path + "/modules.load.recovery"; in GetModuleLoadList() local
157 if (!stat(recovery_load_path.c_str(), &fileStat)) { in GetModuleLoadList()