HomeSort by relevance Sort by last modified time
    Searched refs:_tprintf (Results 1 - 5 of 5) sorted by null

  /ndk/sources/host-tools/toolbox/
echo_win.c 60 _tprintf(L"%s%s", comma, argv[1]);
67 _tprintf(L"\n");
cmp_win.c 54 _tprintf(L"Usage: cmp [-s] file1 file2\n");
59 _tprintf(L"ERROR: can't open file %s\n", argv[1]);
64 _tprintf(L"ERROR: can't open file %s\n", argv[2]);
  /sdk/find_java2/FindJava2/
FindJava2.cpp 124 _tprintf(_T("%c [%s] %s\n"), isReg ? '*' : ' ', p.getVersion(), p.mPath);
129 _tprintf(_T("* [%s] %s\n"), p.getVersion(), p.mPath);
169 _tprintf(_T("%s"), javaPath.getVersion());
196 _tprintf(_T("%s"), javaPath.mPath);
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 82 #define _tprintf printf macro
190 #define DLOG(...) _tprintf(__VA_ARGS__)
1118 _tprintf(_T("Dependency graph:\n"));
1137 _tprintf(
1145 _tprintf(_T(" %s\n"), node.needed_libs[n].c_str());
1184 _tprintf(_T("-- %s %d\n"), iter->first.c_str(), iter->second);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tchar.h 126 #define _tprintf wprintf macro
498 #define _tprintf printf macro

Completed in 195 milliseconds