Searched refs:second_stage (Results 1 – 2 of 2) sorted by relevance
490 const std::string& second_stage) { in LoadBootableImage() argument518 if (!second_stage.empty()) { in LoadBootableImage()519 if (!ReadFileToVector(second_stage, &second_stage_data)) { in LoadBootableImage()520 die("cannot load '%s': %s", second_stage.c_str(), strerror(errno)); in LoadBootableImage()2161 std::string second_stage; in Main() local2162 if (!args.empty()) second_stage = next_arg(&args); in Main()2163 auto data = LoadBootableImage(kernel, ramdisk, second_stage); in Main()2196 std::string second_stage; in Main() local2197 if (!args.empty()) second_stage = next_arg(&args); in Main()2199 auto data = LoadBootableImage(kernel, ramdisk, second_stage); in Main()
984 Lastly once that phase finishes, it execs /system/bin/init again with the "second_stage"