Home
last modified time | relevance | path

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

/aosp_15_r20/external/flashrom/
H A Dlinux_mtd.c47 static int read_sysfs_string(const char *sysfs_path, const char *filename, char *buf, int len) in read_sysfs_string() function
93 if (read_sysfs_string(sysfs_path, filename, buf, sizeof(buf))) in read_sysfs_int()
141 if (read_sysfs_string(sysfs_path, "name", device_name, sizeof(device_name))) in get_mtd_info()
466 if (read_sysfs_string(sysfs_path, "type", buf, sizeof(buf))) in linux_mtd_setup()
/aosp_15_r20/system/core/fastboot/
H A Dusb_linux.cpp301 static int read_sysfs_string(const char *sysfs_name, const char *sysfs_node, in read_sysfs_string() function
331 if (read_sysfs_string(sysfs_name, sysfs_node, buf, sizeof(buf)) < 0) in read_sysfs_number()