Searched refs:custom_cmdline_path (Results 1 – 1 of 1) sorted by relevance
35 static char custom_cmdline_path[] = "/tmp/custom_cmdline"; variable473 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()