Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp101 static std::string g_cmdline; variable
501 if (!g_cmdline.empty()) { in LoadBootableImage()
502 bootimg_set_cmdline(reinterpret_cast<boot_img_hdr_v2*>(kernel_data.data()), g_cmdline); in LoadBootableImage()
541 if (!g_cmdline.empty()) { in LoadBootableImage()
542 bootimg_set_cmdline(reinterpret_cast<boot_img_hdr_v2*>(out.data()), g_cmdline); in LoadBootableImage()
1951 g_cmdline = optarg; in Main()