HomeSort by relevance Sort by last modified time
    Searched full:allocstr (Results 1 - 1 of 1) sorted by null

  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp 317 char* allocStr = str;
336 (allocStr == NULL) ? "" : allocStr,
347 free(allocStr);
348 allocStr = str;
352 if (asprintf(&str, "%s, %s", allocStr, strerror(errno)) >= 0) {
353 free(allocStr);
354 allocStr = str;
359 free(allocStr);
360 allocStr = str
    [all...]

Completed in 286 milliseconds