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

  /device/google/bonito/health/
HealthService.cpp 84 void read_value_from_file(const std::string& path, T* field) { function in namespace:__anon1937
92 read_value_from_file(kEmmcVersion, &value);
128 read_value_from_file(kEmmcHealthEol, &storage_info->eol);
129 read_value_from_file(kEmmcHealthLifetimeA, &storage_info->lifetimeA);
130 read_value_from_file(kEmmcHealthLifetimeB, &storage_info->lifetimeB);
  /device/google/crosshatch/health/
HealthService.cpp 81 void read_value_from_file(const std::string &path, T *field) { function in namespace:__anon2502
89 read_value_from_file(kUfsVersion, &value);
131 read_value_from_file(kUfsHealthEol, &storage_info->eol);
132 read_value_from_file(kUfsHealthLifetimeA, &storage_info->lifetimeA);
133 read_value_from_file(kUfsHealthLifetimeB, &storage_info->lifetimeB);

Completed in 469 milliseconds