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

Lines Matching defs:TCHAR

55 #include <tchar.h>
74 #define TCHAR char
144 void vmessage(int flags, const TCHAR* fmt, va_list args) {
161 void panic(const TCHAR* fmt, ...) {
170 void log_n(int n, const TCHAR* fmt, ...) {
716 bool Open(const TCHAR* path, String* error) {
885 const TCHAR* env = _tgetenv(_T("LD_LIBRARY_PATH"));
887 const TCHAR* pos = env;
890 const TCHAR* next_pos = _tcschr(pos, ':');
919 static const TCHAR* const kAndroidSystemLibs[] = {
1294 TCHAR** argv = CommandLineToArgvW(GetCommandLine(), &argc);
1315 const TCHAR* arg = argv[1];
1368 const TCHAR* libfile_path = params[0].c_str();
1443 const TCHAR* format;