Home | History | Annotate | Download | only in adb

Lines Matching refs:wmain

2094 // NarrowArgs helper class that is used to convert wmain() args into UTF-8
2126 // Constructor for helper class to convert wmain() UTF-16 args to UTF-8 to
2559 // Link with -municode to cause this wmain() to be used as the program
2562 extern "C" int wmain(int argc, wchar_t **argv) {
2585 // also require an implementation of wmain() (which we provide above).