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/fastboot/
bootimg_utils.h
36
void
bootimg_set_cmdline
(boot_img_hdr* h, const char* cmdline);
bootimg_utils.cpp
35
void
bootimg_set_cmdline
(boot_img_hdr* h, const char* cmdline)
function
fastboot.cpp
435
if (cmdline)
bootimg_set_cmdline
((boot_img_hdr*) kdata, cmdline);
476
if (cmdline)
bootimg_set_cmdline
((boot_img_hdr*) bdata, cmdline);
[
all
...]
Completed in 72 milliseconds