Searched refs:strFileURL (Results 1 – 1 of 1) sorted by relevance
2125 rtl::OUString strFileURL; in ConvertPathTest() local2150 rc=FileBase::getFileURLFromSystemPath( strNormPath, strFileURL ); in ConvertPathTest()2155 printFileName( strFileURL ); in ConvertPathTest()2168 if ( strFileURL.getLength() != 0 ) in ConvertPathTest()2170 rc=FileBase::getSystemPathFromFileURL( strFileURL, strNormPathFromFileURL ); in ConvertPathTest()2309 rtl::OUString strFileURL; in SearchPathTest() local2318 rc=FileBase::getFileURLFromSystemPath( strNormPath, strFileURL ); in SearchPathTest()2351 if ( strFileURL.getLength() != 0 ) in SearchPathTest()2354 printFileName( strFileURL ); in SearchPathTest()2357 rc=FileBase::searchFileURL( strFileURL , rtl::OUString() , strResultPath ); in SearchPathTest()
Completed in 15 milliseconds