Home
last modified time | relevance | path

Searched refs:_tprintf (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/toolbox/
Dcmp_win.c54 _tprintf(L"Usage: cmp [-s] file1 file2\n"); in main()
59 _tprintf(L"ERROR: can't open file %s\n", argv[1]); in main()
64 _tprintf(L"ERROR: can't open file %s\n", argv[2]); in main()
Decho_win.c60 _tprintf(L"%s%s", comma, argv[1]); in main()
67 _tprintf(L"\n"); in main()
/ndk/sources/host-tools/ndk-depends/
Dndk-depends.cc82 #define _tprintf printf macro
190 #define DLOG(...) _tprintf(__VA_ARGS__)
1118 _tprintf(_T("Dependency graph:\n")); in DumpDependencyGraph()
1137 _tprintf( in DumpDependencyGraph()
1145 _tprintf(_T(" %s\n"), node.needed_libs[n].c_str()); in DumpDependencyGraph()
1184 _tprintf(_T("-- %s %d\n"), iter->first.c_str(), iter->second); in GetTopologicalSortedLibraries()
1361 _tprintf(_T("Current library search path:\n"));
1363 _tprintf(_T(" %s\n"), lib_search_path[n].c_str());
1364 _tprintf(_T("\n"));
1382 _tprintf(_T("%s\n"), needed_libs[i].c_str());
[all …]