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_t64 if (FileExists(emmc_info_t::emmc_sysfs)) return new emmc_info_t; in get_storage_info()251 if (!ReadFileToString(emmc_sysfs + "rev", &buffer)) { in report_sysfs()263 if (!ReadFileToString(emmc_sysfs + "pre_eol_info", &buffer)) { in report_sysfs()271 if (!ReadFileToString(emmc_sysfs + "life_time", &buffer)) { in report_sysfs()
90 static const string emmc_sysfs;