Searched refs:recovery_load_path (Results 1 – 1 of 1) sorted by relevance
156 std::string recovery_load_path = dir_path + "/modules.load.recovery"; in GetModuleLoadList() local157 if (!stat(recovery_load_path.c_str(), &fileStat)) { in GetModuleLoadList()