Home
last modified time | relevance | path

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

/trusty/user/base/app/apploader/package_tool/
Dapploader_package_tool.cpp180 std::ifstream ifs(file_name, std::ios::in | std::ios::binary); in read_entire_file() local
181 if (!ifs || !ifs.is_open()) { in read_entire_file()
187 ss << ifs.rdbuf(); in read_entire_file()