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.cc518 char* allocStr = str; in throwSSLExceptionWithSslErrors() local
538 (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 …]
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferTests.cpp641 …const std::string allocStr = (allocationKind == ALLOCATION_KIND_SUBALLOCATED) ? "suballocation o… in createBufferUsageCases() local
643 …const std::string caseDesc = "vkCreateBuffer test: " + allocStr + de::toString(bufferUsageFlags)… in createBufferUsageCases()