Searched refs:lines (Results 1 – 6 of 6) sorted by relevance
| /misc/config_tools/acpi_gen/ |
| A D | asl_gen.py | 42 lines = [] 49 dest.writelines(lines) 67 lines = [] 85 dest.writelines(lines) 100 lines = [] 109 dest.writelines(lines) 125 lines = [] 138 dest.writelines(lines) 179 lines = [] 307 dest.writelines(lines) [all …]
|
| /misc/packaging/ |
| A D | gen_acrn_deb.py | 75 lines = [] 78 lines.append(line) 80 start = lines.index('#Build info Start\n') 81 end = lines.index('#Build info End\n') 82 del lines[(start + 1):(end - 1)] 83 lines.insert(start + 1, "\nSCENARIO=(%s)\n" % scenario) 84 lines.insert(start + 2, "\nBOARD=(%s)\n" % board) 91 start = lines.index('#ACRN parameters Start\n') 92 end = lines.index('#ACRN parameters End\n') 93 del lines[(start + 1):(end - 1)] [all …]
|
| /misc/debug_tools/acrn_crashlog/acrnprobe/ |
| A D | sender.c | 95 if (!strcmp(log->type, "cmd") || log->lines) in cal_log_filepath() 119 const int lines) in get_log_file_tail() argument 138 start_line = MAX(file_lines - lines, 0) + 1; in get_log_file_tail() 152 int lines) in get_log_file() argument 154 if (lines > 0) in get_log_file() 155 get_log_file_tail(despath, srcpath, lines); in get_log_file() 186 int lines; in get_log_by_type() local 188 if (!log->lines) in get_log_by_type() 189 lines = 0; in get_log_by_type() 191 if (cfg_atoi(log->lines, log->lines_len, &lines) == -1) in get_log_by_type() [all …]
|
| A D | conf.rst | 161 If the number of lines in the ``history_event`` file reaches the specified 290 * ``lines``: 292 If this label is configured, only the ``lines`` at the end in the original
|
| A D | load_conf.c | 75 print_id_item(lines, log, id); in print() 456 res = load_cur_content(cur, log, lines); in parse_log()
|
| /misc/debug_tools/acrn_crashlog/acrnprobe/include/ |
| A D | load_conf.h | 62 const char *lines; member
|
Completed in 153 milliseconds