Home
last modified time | relevance | path

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

/device/google/gs-common/storage/
Ddump_storage.cpp196 std::ifstream ufs_brand_file(ufs_brand_path); in main() local
198 if (ufs_brand_file.is_open()) { in main()
199 ufs_brand_file >> ufs_brand; in main()
200 ufs_brand_file.close(); in main()