Searched refs:msi_create_full_path (Results 1 – 3 of 3) sorted by relevance
211 BOOL msi_create_full_path( MSIPACKAGE *package, const WCHAR *path ) in msi_create_full_path() function240 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()
1090 extern BOOL msi_create_full_path( MSIPACKAGE *, const WCHAR * );
675 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()