Home | History | Annotate | Download | only in Windows

Lines Matching full:pathname

271   char pathname[MAX_PATH];
272 DWORD ret = ::GetModuleFileNameA(NULL, pathname, MAX_PATH);
273 return ret != MAX_PATH ? pathname : "";