Searched refs:TCHAR (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/host-tools/toolbox/ |
D | echo_win.c | 45 TCHAR** argv = CommandLineToArgvW(GetCommandLine(), &argc); in main() 58 const TCHAR* comma = L""; in main()
|
D | cmp_win.c | 44 TCHAR** argv = CommandLineToArgvW(GetCommandLine(), &argc); in main()
|
/ndk/sources/host-tools/ndk-depends/ |
D | ndk-depends.cc | 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); [all …]
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
D | _debug.c | 343 TCHAR __buffer[512]; in _Message()
|