Searched refs:dotManifestW (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/ntdll/rtl/ |
H A D | libsupp.c | 717 static const WCHAR dotManifestW[] = {'.','m','a','n','i','f','e','s','t',0}; in find_actctx_dll() local 764 …e || _wcsnicmp( p, info->lpAssemblyDirectoryName, dirlen ) || _wcsicmp( p + dirlen, dotManifestW )) in find_actctx_dll()
|
/reactos/sdk/lib/rtl/ |
H A D | actctx.c | 765 static const WCHAR dotManifestW[] = {'.','m','a','n','i','f','e','s','t',0}; variable 3235 … if (!(status = get_module_filename( module, &name, sizeof(dotManifestW) + 10*sizeof(WCHAR) ))) in get_manifest_in_associated_manifest() 3238 wcscat( name.Buffer, dotManifestW ); in get_manifest_in_associated_manifest() 3248 … (wcslen(filename) + 10) * sizeof(WCHAR) + sizeof(dotManifestW) ))) in get_manifest_in_associated_manifest() 3252 wcscat( buffer, dotManifestW ); in get_manifest_in_associated_manifest() 3445 … (len + 2 * wcslen(ai->name) + 2) * sizeof(WCHAR) + sizeof(dotManifestW) ))) in lookup_assembly() 3491 wcscpy( p, dotManifestW ); in lookup_assembly()
|