Searched refs:full_pathW (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/dbghelp/ |
H A D | path.c | 430 WCHAR full_pathW[MAX_PATH]; in SymFindFileInPath() local 443 MultiByteToWideChar(CP_ACP, 0, full_path, -1, full_pathW, MAX_PATH); in SymFindFileInPath() 444 if ((ret = SymFindFileInPathW(hProcess, searchPath ? searchPathW : NULL, full_pathW, in SymFindFileInPath() 601 WCHAR full_pathW[MAX_PATH]; in path_find_symbol_file() local 614 MultiByteToWideChar(CP_ACP, 0, full_path, -1, full_pathW, MAX_PATH); in path_find_symbol_file() 615 filename = file_name(full_pathW); in path_find_symbol_file() 620 if (module_find_cb(full_pathW, &mf)) in path_find_symbol_file() 622 lstrcpyW( buffer, full_pathW ); in path_find_symbol_file()
|