Lines Matching refs:sUser
338 String sInternal, sUser, sWritable; in Reset() local
340 GetPathList( i, sInternal, sUser, sWritable, bReadOnly ); in Reset()
341 String sTmpPath = sUser; in Reset()
355 pPathImpl->sUserPath = sUser; in Reset()
440 String sInternal, sUser, sWritable, sTemp; in IMPL_LINK() local
442 GetPathList( pPathImpl->nRealId, sInternal, sUser, sWritable, bReadOnly ); in IMPL_LINK()
495 String sInternal, sUser, sWritable; in ChangeCurrentEntry() local
498 GetPathList( pPathImpl->nRealId, sInternal, sUser, sWritable, bReadOnly ); in ChangeCurrentEntry()
499 sUser = pPathImpl->sUserPath; in ChangeCurrentEntry()
557 String sInternal, sUser, sWritable; in IMPL_LINK() local
562 GetPathList( pPathImpl->nRealId, sInternal, sUser, sWritable, bReadOnly ); in IMPL_LINK()
563 sUser = pPathImpl->sUserPath; in IMPL_LINK()
580 String sPath( sUser ); in IMPL_LINK()
593 sUser.Erase(); in IMPL_LINK()
604 if ( sUser.Len() > 0 ) in IMPL_LINK()
605 sUser += cDelim; in IMPL_LINK()
606 sUser += sNewPath.GetToken( i, cDelim ); in IMPL_LINK()
610 sFullPath += sUser; in IMPL_LINK()
621 pPathImpl->sUserPath = sUser; in IMPL_LINK()