Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/recovery/update_engine/
H A Drkbootloader.c35 static char custom_cmdline_path[] = "/tmp/custom_cmdline"; variable
473 fd = open(custom_cmdline_path, O_CREAT | O_WRONLY, S_IRUSR | S_IWUSR); in readCustomMiscCmdline()
475 LOGE("ERROR: Can't open %s\n", custom_cmdline_path); in readCustomMiscCmdline()
509 LOGE("ERROR: failed to write %s (%d)\n", custom_cmdline_path, ret); in readCustomMiscCmdline()
525 fd = open(custom_cmdline_path, O_RDONLY); in writeCustomMiscCmdline()
527 LOGE("ERROR: Can't open %s\n", custom_cmdline_path); in writeCustomMiscCmdline()
534 LOGE("ERROR: failed to read %s\n", custom_cmdline_path); in writeCustomMiscCmdline()
552 LOGE("ERROR: failed to read %s\n", custom_cmdline_path); in writeCustomMiscCmdline()