OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bootimg_set_cmdline
(Results
1 - 3
of
3
) sorted by null
/system/core/fastbootd/
bootimg.h
96
void
bootimg_set_cmdline
(boot_img_hdr *hdr, const char *cmdline);
/system/core/fastboot/
bootimg.c
35
void
bootimg_set_cmdline
(boot_img_hdr *h, const char *cmdline)
function
fastboot.c
62
void
bootimg_set_cmdline
(boot_img_hdr *h, const char *cmdline);
351
if(cmdline)
bootimg_set_cmdline
((boot_img_hdr*) kdata, cmdline);
379
if(cmdline)
bootimg_set_cmdline
((boot_img_hdr*) bdata, cmdline);
Completed in 1559 milliseconds