Searched refs:startPath (Results 1 – 1 of 1) sorted by relevance
420 sal_Int32 startPath = xStringUri.indexOf( searchString ); in createForFilesystem() local425 OUString filePath = xStringUri.copy( startPath + searchStringLength, in createForFilesystem()426 lastFileSep - startPath - searchStringLength ); in createForFilesystem()427 OUString filePathWithName = xStringUri.copy( startPath + searchStringLength, in createForFilesystem()428 uriLength - startPath - searchStringLength ); in createForFilesystem()