Home
last modified time | relevance | path

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

/reactos/dll/win32/msi/
H A Dfiles.c211 BOOL msi_create_full_path( MSIPACKAGE *package, const WCHAR *path ) in msi_create_full_path() function
240 if (!msi_create_full_path( package, new_path )) in msi_create_full_path()
486 msi_create_full_path( package, install_path ); in create_folder()
1156 if (!msi_create_full_path( package, destdir )) in ITERATE_MoveFiles()
1247 msi_create_full_path( package, dst_path ); in get_duplicate_filename()
H A Dmsipriv.h1090 extern BOOL msi_create_full_path( MSIPACKAGE *, const WCHAR * );
H A Daction.c675 if (folder->State == FOLDER_STATE_UNINITIALIZED) msi_create_full_path( package, full_path ); in ITERATE_CreateFolders()
3691 msi_create_full_path( package, link_folder ); in get_link_file()
3726 msi_create_full_path( package, dest ); in msi_build_icon_path()