Home
last modified time | relevance | path

Searched refs:deStrdup (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/framework/randomshaders/
DrsgToken.cpp34 m_arg.identifier = deStrdup(identifier); in Token()
57 m_arg.identifier = deStrdup(other.m_arg.identifier); in operator =()
/third_party/vk-gl-cts/framework/delibs/debase/
DdeMemory.h44 char* deStrdup (const char* str);
DdeMemory.c259 char* deStrdup (const char* str) in deStrdup() function
/third_party/vk-gl-cts/framework/delibs/deutil/
DdeProcess.c196 process->lastError = deStrdup(error); in deProcess_setError()
539 process->lastError = deStrdup(error); in deProcess_setError()
DdeSocket.c125 address->host = deStrdup(host); in deSocketAddress_setHost()