HomeSort by relevance Sort by last modified time
    Searched refs:COLDBOOT_CONTINUE (Results 1 - 3 of 3) sorted by null

  /system/core/init/
devices.h 25 COLDBOOT_CONTINUE = 0,
init_first_stage.cpp 170 return COLDBOOT_CONTINUE; // dm_path not found, continue to find it.
188 return COLDBOOT_CONTINUE;
207 return COLDBOOT_CONTINUE;
220 return COLDBOOT_CONTINUE;
353 // Skips the uevent if the parent function returns COLDBOOT_CONTINUE (meaning
356 if (parent_callback_ret != COLDBOOT_CONTINUE && uevent->partition_name) {
devices.cpp 944 return COLDBOOT_CONTINUE;
990 coldboot_action_t act = COLDBOOT_CONTINUE;
1033 return COLDBOOT_CONTINUE;

Completed in 225 milliseconds