Searched refs:read_file (Results 1 – 8 of 8) sorted by relevance
| /misc/config_tools/board_inspector/memmapparser/ |
| A D | e820.py | 32 def read_file(path): function 41 start = int(read_file(os.path.join(sysfs_memmap_path, i, "start")), base=16) 42 end = int(read_file(os.path.join(sysfs_memmap_path, i, "end")), base=16) 43 type_name = read_file(os.path.join(sysfs_memmap_path, i, "type")).strip()
|
| /misc/debug_tools/acrn_crashlog/acrnprobe/ |
| A D | crash_reclassify.c | 217 if (read_file(filename, &size, &cnt) == -1) { in crash_match_file() 335 if (read_file(trfiles[count - 1], &size, &content) == -1) { in crash_reclassify_by_content()
|
| A D | startupreason.c | 41 res = read_file(CURRENT_KERNEL_CMDLINE, &size, (void *)&cmdline); in get_cmdline_bootreason()
|
| A D | probeutils.c | 430 res = read_file(BOOTID_NODE, &size, &boot_id); in is_boot_id_changed() 440 res = read_file(logged_boot_id_path, &size, &logged_boot_id); in is_boot_id_changed()
|
| A D | history.c | 178 if (read_file(path, &all_events_size, in init_event_count_file()
|
| /misc/debug_tools/acrn_crashlog/usercrash/ |
| A D | crash_dump.c | 177 ret = read_file(format, &size, (void *)&data); in save_proc_info() 285 ret = read_file(format, &size, (void *)&data); in get_key_value()
|
| /misc/debug_tools/acrn_crashlog/common/include/ |
| A D | fsutils.h | 131 int read_file(const char *path, unsigned long *size, void **data);
|
| /misc/debug_tools/acrn_crashlog/common/ |
| A D | fsutils.c | 1128 int read_file(const char *path, unsigned long *size, void **data) in read_file() function
|
Completed in 20 milliseconds