Searched refs:g_cmdline (Results 1 – 1 of 1) sorted by relevance
98 static std::string g_cmdline; variable482 if (!g_cmdline.empty()) { in LoadBootableImage()483 bootimg_set_cmdline(reinterpret_cast<boot_img_hdr_v2*>(kernel_data.data()), g_cmdline); in LoadBootableImage()522 if (!g_cmdline.empty()) bootimg_set_cmdline(boot_image_data, g_cmdline); in LoadBootableImage()1827 g_cmdline = optarg; in Main()