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

/frameworks/base/tools/aapt2/java/
H A DManifestClassGenerator_test.cpp26 std::string* outStr) {
38 *outStr = out.str();
25 getManifestClassText(IAaptContext* context, xml::XmlResource* res, std::string* outStr) argument
/frameworks/base/tools/aapt/
H A DResourceTable.cpp2298 String16* outStr, void* accessorCookie,
2349 if (outStr) {
2350 *outStr = finalStr;
2293 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.java6135 int extractLine(byte[] buffer, int offset, String[] outStr) throws IOException { argument
6148 outStr[0] = new String(buffer, offset, pos - offset);
7550 int extractLine(byte[] buffer, int offset, String[] outStr) throws IOException { argument
7563 outStr[0] = new String(buffer, offset, pos - offset);

Completed in 202 milliseconds