Lines Matching refs:TCHAR
74 #define TCHAR char macro
144 void vmessage(int flags, const TCHAR* fmt, va_list args) { in vmessage()
161 void panic(const TCHAR* fmt, ...) { in panic()
170 void log_n(int n, const TCHAR* fmt, ...) { in log_n()
716 bool Open(const TCHAR* path, String* error) { in Open()
885 const TCHAR* env = _tgetenv(_T("LD_LIBRARY_PATH")); in AddHostLibraryPaths()
887 const TCHAR* pos = env; in AddHostLibraryPaths()
890 const TCHAR* next_pos = _tcschr(pos, ':'); in AddHostLibraryPaths()
919 static const TCHAR* const kAndroidSystemLibs[] = { in IsAndroidSystemLib()
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;