Home
last modified time | relevance | path

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

/reactos/dll/win32/msi/
H A Dmedia.c39 static BOOL source_matches_volume(MSIMEDIAINFO *mi, LPCWSTR source_root) in source_matches_volume() function
72 while (r == IDRETRY && !source_matches_volume(mi, source_dir)) in change_media()
825 if (source_matches_volume(mi, source)) in find_published_source()
891 BOOL match = source_matches_volume( mi, source ); in ready_media()