Searched refs:strFile (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/
H A Dfile_parsing.h27 bool ParseFile(const std::string& strFile, std::function<bool (const std::string&)> parse) { argument
28 std::ifstream input_stream(strFile);
H A Dsystem_properties.h32 bool Load(const std::string& strFile) { argument
33 return ParseFile(strFile, [&](const std::string& line) {
/frameworks/base/tools/aapt/
H A DResourceTable.cpp3019 sp<AaptFile> strFile = p->getTypeStringsData(); local
3020 ssize_t amt = data->writeData(strFile->getData(), strFile->getSize());
3029 strFile = p->getKeyStringsData();
3030 amt = data->writeData(strFile->getData(), strFile->getSize());

Completed in 222 milliseconds