Home | History | Annotate | Download | only in ndk-depends

Lines Matching defs:TO_STRING

90 // Use TO_STRING(xxx) to convert a C-string into the equivalent String.
99 #define TO_STRING(x) __s2ws(x)
101 #define TO_STRING(x) (x)
106 #define TO_CONST_TCHAR(x) TO_STRING(x).c_str()
720 error->assign(TO_STRING(strerror(errno)));
725 error->assign(TO_STRING(strerror(errno)));