Home
last modified time | relevance | path

Searched refs:TCHAR (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/toolbox/
Decho_win.c45 TCHAR** argv = CommandLineToArgvW(GetCommandLine(), &argc); in main()
58 const TCHAR* comma = L""; in main()
Dcmp_win.c44 TCHAR** argv = CommandLineToArgvW(GetCommandLine(), &argc); in main()
/ndk/sources/host-tools/ndk-depends/
Dndk-depends.cc74 #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.c343 TCHAR __buffer[512]; in _Message()