Searched refs:pathname1 (Results 1 – 1 of 1) sorted by relevance
352 inline void concatURL( ::rtl::OUString & pathname1, const ::rtl::OUString & pathname2 ) in concatURL() argument355 if ( !isURL( pathname1 ) ) in concatURL()357 ::rtl::OUString aPathName = pathname1.copy( 0 ); in concatURL()358 …::osl::FileBase::getFileURLFromSystemPath( pathname1, aPathName ); //convert if not full qualified… in concatURL()359 pathname1 = aPathName.copy( 0 ); in concatURL()364 if ( ( ( index = pathname1.lastIndexOf( aSlashURL ) ) != ( pathname1.getLength( ) - 1 ) ) && in concatURL()366 pathname1 += aSlashURL; in concatURL()367 pathname1 += pathname2; in concatURL()
Completed in 40 milliseconds