Searched refs:allocStr (Results 1 – 2 of 2) sorted by relevance
518 char* allocStr = str; in throwSSLExceptionWithSslErrors() local538 (allocStr == nullptr) ? "" : allocStr, errStr, file, line, in throwSSLExceptionWithSslErrors()545 free(allocStr); in throwSSLExceptionWithSslErrors()546 allocStr = str; in throwSSLExceptionWithSslErrors()550 if (asprintf(&str, "%s, %s", allocStr, strerror(errno)) >= 0) { in throwSSLExceptionWithSslErrors()551 free(allocStr); in throwSSLExceptionWithSslErrors()552 allocStr = str; in throwSSLExceptionWithSslErrors()557 free(allocStr); in throwSSLExceptionWithSslErrors()558 allocStr = str; in throwSSLExceptionWithSslErrors()564 ret = throwSSLProtocolExceptionStr(env, allocStr); in throwSSLExceptionWithSslErrors()[all …]
641 …const std::string allocStr = (allocationKind == ALLOCATION_KIND_SUBALLOCATED) ? "suballocation o… in createBufferUsageCases() local643 …const std::string caseDesc = "vkCreateBuffer test: " + allocStr + de::toString(bufferUsageFlags)… in createBufferUsageCases()