Home
last modified time | relevance | path

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

/misc/config_tools/board_inspector/memmapparser/
A De820.py32 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 Dcrash_reclassify.c217 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 Dstartupreason.c41 res = read_file(CURRENT_KERNEL_CMDLINE, &size, (void *)&cmdline); in get_cmdline_bootreason()
A Dprobeutils.c430 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 Dhistory.c178 if (read_file(path, &all_events_size, in init_event_count_file()
/misc/debug_tools/acrn_crashlog/usercrash/
A Dcrash_dump.c177 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 Dfsutils.h131 int read_file(const char *path, unsigned long *size, void **data);
/misc/debug_tools/acrn_crashlog/common/
A Dfsutils.c1128 int read_file(const char *path, unsigned long *size, void **data) in read_file() function

Completed in 20 milliseconds