Searched refs:allocStr (Results 1 – 2 of 2) sorted by relevance
451 char* allocStr = str; in throwSSLExceptionWithSslErrors() local471 (allocStr == nullptr) ? "" : allocStr, errStr, file, line, in throwSSLExceptionWithSslErrors()478 free(allocStr); in throwSSLExceptionWithSslErrors()479 allocStr = str; in throwSSLExceptionWithSslErrors()483 if (asprintf(&str, "%s, %s", allocStr, strerror(errno)) >= 0) { in throwSSLExceptionWithSslErrors()484 free(allocStr); in throwSSLExceptionWithSslErrors()485 allocStr = str; in throwSSLExceptionWithSslErrors()490 free(allocStr); in throwSSLExceptionWithSslErrors()491 allocStr = str; in throwSSLExceptionWithSslErrors()497 ret = throwSSLProtocolExceptionStr(env, allocStr); in throwSSLExceptionWithSslErrors()[all …]
640 …const std::string allocStr = (allocationKind == ALLOCATION_KIND_SUBALLOCATED) ? "suballocation o… in createBufferUsageCases() local642 …const std::string caseDesc = "vkCreateBuffer test: " + allocStr + de::toString(bufferUsageFlags)… in createBufferUsageCases()