Home
last modified time | relevance | path

Searched refs:allocStr (Results 1 – 2 of 2) sorted by relevance

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Djniutil.cc451 char* allocStr = str; in throwSSLExceptionWithSslErrors() local
471 (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 …]
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferTests.cpp640 …const std::string allocStr = (allocationKind == ALLOCATION_KIND_SUBALLOCATED) ? "suballocation o… in createBufferUsageCases() local
642 …const std::string caseDesc = "vkCreateBuffer test: " + allocStr + de::toString(bufferUsageFlags)… in createBufferUsageCases()