Home
last modified time | relevance | path

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

/system/core/storaged/
Dstoraged_info.cpp328 vector<StorageInfo> halInfos; in report() local
329 auto ret = mHealth->getStorageInfo(&halInfos); in report()
331 if (halInfos.size() != 0) { in report()
332 set_values_from_hal_storage_info(halInfos[0]); in report()