Searched refs:strFile (Results 1 – 3 of 3) sorted by relevance
27 bool ParseFile(const std::string& strFile, std::function<bool (const std::string&)> parse) { in ParseFile() argument28 std::ifstream input_stream(strFile); in ParseFile()
32 bool Load(const std::string& strFile) { in Load() argument33 return ParseFile(strFile, [&](const std::string& line) { in Load()
3027 sp<AaptFile> strFile = p->getTypeStringsData(); in flatten() local3028 ssize_t amt = data->writeData(strFile->getData(), strFile->getSize()); in flatten()3037 strFile = p->getKeyStringsData(); in flatten()3038 amt = data->writeData(strFile->getData(), strFile->getSize()); in flatten()