Searched defs:StrDup (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2818 inline char* StrDup(const char* src) { return strdup(src); } function in namespace:std::tr1::posix
2828 inline char* StrDup(const char* src) { return _strdup(src); } function in namespace:std::tr1::posix
2854 inline char* StrDup(const char* src) { return strdup(src); }

Completed in 73 milliseconds