Home
last modified time | relevance | path

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

/system/core/fastboot/
Dbootimg_utils.cpp37 static void bootimg_set_cmdline_v3_and_above(boot_img_hdr_v3* h, const std::string& cmdline) { in bootimg_set_cmdline_v3_and_above() function
44 return bootimg_set_cmdline_v3_and_above(reinterpret_cast<boot_img_hdr_v3*>(h), cmdline); in bootimg_set_cmdline()