Home
last modified time | relevance | path

Searched refs:kSysPersistFile (Results 1 – 2 of 2) sorted by relevance

/device/google/wahoo/health/
DCycleCountBackupRestore.cpp25 static constexpr char kSysPersistFile[] = "/persist/battery/qcom_cycle_counts_bins"; variable
47 if (!android::base::ReadFileToString(std::string(kSysPersistFile), &buffer)) { in ReadFromStorage()
71 if (!android::base::WriteStringToFile(strData, std::string(kSysPersistFile))) in SaveToStorage()
/device/google/marlin/health/
DCycleCountBackupRestore.cpp25 static constexpr char kSysPersistFile[] = "/persist/battery/qcom_cycle_counts_bins"; variable
47 if (!android::base::ReadFileToString(std::string(kSysPersistFile), &buffer)) { in ReadFromStorage()
71 if (!android::base::WriteStringToFile(strData, std::string(kSysPersistFile))) in SaveToStorage()