Home
last modified time | relevance | path

Searched defs:image_path (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/dbgeng/
H A Ddbgeng.c2322 const char *image_path, const char *module_name, ULONG flags) in debugsymbols_AddSyntheticModule()
2331 const WCHAR *image_path, const WCHAR *module_name, ULONG flags) in debugsymbols_AddSyntheticModuleWide()
/reactos/dll/win32/msi/
H A Daction.c5729 LPWSTR depends = NULL, pass = NULL, args = NULL, image_path = NULL; in ITERATE_InstallService() local