Home
last modified time | relevance | path

Searched refs:dotnet (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/fusion/
H A Dfusion.c117 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 Dasmcache.c112 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()