Searched refs:emmc_sysfs (Results 1 – 2 of 2) sorted by relevance
43 const string emmc_info_t::emmc_sysfs = "/sys/bus/mmc/devices/mmc0:0001/"; member in emmc_info_t65 if (FileExists(emmc_info_t::emmc_sysfs) || in get_storage_info()255 if (!ReadFileToString(emmc_sysfs + "rev", &buffer)) { in report_sysfs()267 if (!ReadFileToString(emmc_sysfs + "pre_eol_info", &buffer)) { in report_sysfs()275 if (!ReadFileToString(emmc_sysfs + "life_time", &buffer)) { in report_sysfs()
90 static const string emmc_sysfs;