Searched refs:wc_file_path (Results 1 – 1 of 1) sorted by relevance
315 WCHAR wc_file_path[MAX_PATH] = {0}; in GetExecutablePath() local316 GetModuleFileNameW(hModule, wc_file_path, MAX_PATH); in GetExecutablePath()317 string file_path = WideCharToUtf8(wc_file_path); in GetExecutablePath()