HomeSort by relevance Sort by last modified time
    Searched refs:emmc_sysfs (Results 1 - 2 of 2) sorted by null

  /system/core/storaged/
storaged_info.cpp 34 const string emmc_info_t::emmc_sysfs = "/sys/bus/mmc/devices/mmc0:0001/"; member in class:emmc_info_t
50 if (FileExists(emmc_info_t::emmc_sysfs) ||
92 if (!ReadFileToString(emmc_sysfs + "rev", &buffer)) {
104 if (!ReadFileToString(emmc_sysfs + "pre_eol_info", &buffer)) {
112 if (!ReadFileToString(emmc_sysfs + "life_time", &buffer)) {
  /system/core/storaged/include/
storaged_info.h 56 static const string emmc_sysfs; member in class:emmc_info_t

Completed in 100 milliseconds