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

  /system/core/storaged/include/
storaged_info.h 64 class ufs_info_t : public storage_info_t { class in inherits:storage_info_t
68 virtual ~ufs_info_t() {}
  /system/core/storaged/
storaged_info.cpp 40 const string ufs_info_t::health_file = "/sys/devices/soc/624000.ufshc/health";
54 if (FileExists(ufs_info_t::health_file)) {
55 return new ufs_info_t;
168 void ufs_info_t::report()

Completed in 694 milliseconds