Searched refs:msgStr (Results 1 – 6 of 6) sorted by relevance
447 String msgStr = args.size() + "\n" + String.join("\n", args) + "\n"; in zygoteSendArgsAndGetResult() local451 return attemptUsapSendArgsAndGetResult(zygoteState, msgStr); in zygoteSendArgsAndGetResult()460 return attemptZygoteSendArgsAndGetResult(zygoteState, msgStr); in zygoteSendArgsAndGetResult()464 ZygoteState zygoteState, String msgStr) throws ZygoteStartFailedEx { in attemptZygoteSendArgsAndGetResult() argument469 zygoteWriter.write(msgStr); in attemptZygoteSendArgsAndGetResult()493 ZygoteState zygoteState, String msgStr) in attemptUsapSendArgsAndGetResult() argument503 usapWriter.write(msgStr); in attemptUsapSendArgsAndGetResult()
55 std::string msgStr = data_provider.ConsumeRandomLengthString(kMaxStringLen); in LLVMFuzzerTestOneInput() local
192 std::string msgStr(ss.str()); in runForEach() local193 ATRACE_NAME(msgStr.c_str()); in runForEach()
356 std::string msgStr(statusAidl.getMessage()); in decrypt() local358 *errorDetailMsg = toString8(msgStr); in decrypt()
427 std::string msgStr; in throwExceptionAsNecessary() local429 msgStr = DrmUtils::GetExceptionMessage(err, msg, drm); in throwExceptionAsNecessary()430 msg = msgStr.c_str(); in throwExceptionAsNecessary()
1338 std::string msgStr(msg != NULL ? msg : defaultMsg.c_str()); in throwCryptoException() local1340 msgStr = DrmUtils::GetExceptionMessage(err, msgStr.c_str(), crypto); in throwCryptoException()1342 jstring msgObj = env->NewStringUTF(msgStr.c_str()); in throwCryptoException()