Searched defs:outStr (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DResourceTable.cpp2212 String16* outStr, void* accessorCookie,
2261 if (outStr) {
2262 *outStr = finalStr;
2207 stringToValue(Res_value* outValue, StringPool* pool, const String16& str, bool preserveSpaces, bool coerceType, uint32_t attrID, const Vector<StringPool::entry_style_span>* style, String16* outStr, void* accessorCookie, uint32_t attrType, const String8* configTypeName, const ConfigDescription* config) argument
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java5154 int extractLine(byte[] buffer, int offset, String[] outStr) throws IOException { argument
5167 outStr[0] = new String(buffer, offset, pos - offset);
6480 int extractLine(byte[] buffer, int offset, String[] outStr) throws IOException { argument
6493 outStr[0] = new String(buffer, offset, pos - offset);

Completed in 1236 milliseconds