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

/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java5044 int extractLine(byte[] buffer, int offset, String[] outStr) throws IOException { argument
5057 outStr[0] = new String(buffer, offset, pos - offset);
6370 int extractLine(byte[] buffer, int offset, String[] outStr) throws IOException { argument
6383 outStr[0] = new String(buffer, offset, pos - offset);
/frameworks/base/tools/aapt/
H A DResourceTable.cpp2199 String16* outStr, void* accessorCookie,
2248 if (outStr) {
2249 *outStr = finalStr;
2194 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

Completed in 187 milliseconds