Searched refs:dotnet (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/fusion/ |
H A D | fusion.c | 117 static const WCHAR dotnet[] = {'\\','M','i','c','r','o','s','o','f','t','.','N','E','T',0}; in GetCachePath() local 164 lstrcpyW(path + len, dotnet); in GetCachePath() 165 len += ARRAY_SIZE(dotnet) - 1; in GetCachePath()
|
H A D | asmcache.c | 112 static const WCHAR dotnet[] = {'\\','M','i','c','r','o','s','o','f','t','.','N','E','T','\\',0}; in get_assembly_directory() local 121 lstrcpyW(dir + len, dotnet); in get_assembly_directory() 122 len += ARRAY_SIZE(dotnet) - 1; in get_assembly_directory()
|