Lines Matching refs:sDst

191     def __init__(self, sSrc = "", sDst = "", sUser = "", sPassword = "", aFlags = None):
195 self.sDst = sDst;
202 def __init__(self, sSrc = "", sDst = "", sUser = "", sPassword = "", aFlags = None):
206 self.sDst = sDst;
652 def gctrlCopyFileFrom(self, oGuestSession, sSrc, sDst, aFlags):
658 reporter.log2('Copying guest file "%s" to host "%s"' % (sSrc, sDst));
659 curProgress = oGuestSession.copyFrom(sSrc, sDst, aFlags);
668 reporter.logXcpt('Copy from waiting exception for sSrc="%s", sDst="%s":' \
669 % (sSrc, sDst));
673 reporter.logXcpt('Copy from exception for sSrc="%s", sDst="%s":' \
674 % (sSrc, sDst));
679 def gctrlCopyFileTo(self, oGuestSession, sSrc, sDst, aFlags):
685 reporter.log2('Copying host file "%s" to guest "%s"' % (sSrc, sDst));
686 curProgress = oGuestSession.copyTo(sSrc, sDst, aFlags);
695 reporter.logXcpt('Copy to waiting exception for sSrc="%s", sDst="%s":' \
696 % (sSrc, sDst));
702 reporter.logXcpt('Copy to exception for sSrc="%s", sDst="%s":' \
703 % (sSrc, sDst));
719 sDst = oTest.sDst;
725 sSrc, sDst, aFlags);
731 sDstAbs = os.path.join(sDst, subDir);
746 sDirCreate = sDst;
802 sDst = oTest.sDst;
805 reporter.log2('sSrc=%s, sDst=%s, aFlags=%s' % (sSrc, sDst, aFlags));
815 sSrcAbs, sDst, aFlags);
817 sDstAbs = os.path.join(sDst, subDir);
850 reporter.logXcpt('Copy to exception for sSrc="%s", sDst="%s":' \
851 % (sSrcAbs, sDst));
2886 [ tdTestCopyTo(sUser = sUser, sPassword = sPassword, sDst = ''), tdTestResult(fRc = False) ],
2887 [ tdTestCopyTo(sUser = sUser, sPassword = sPassword, sDst = 'C:\\Windows',
2894 sDst = os.path.join(sScratch, 'non-exist.dll')), tdTestResult(fRc = False) ],
2897 sDst = 'C:\\non-exist\\'), tdTestResult(fRc = False) ],
2899 sDst = 'C:\\non\\exist\\'), tdTestResult(fRc = False) ],
2901 sDst = 'C:\\non\\exist\\renamedfile.dll'), tdTestResult(fRc = False) ],
2903 sDst = os.path.join(sScratch, 'HostGuestAdditions.iso')), tdTestResult(fRc = True) ],
2905 sDst = os.path.join(sScratch, 'HostGuestAdditions.iso')), tdTestResult(fRc = True) ],
2908 sDst = sScratch), tdTestResult(fRc = False) ]
2917 sDst = sScratch), tdTestResult(fRc = False) ],
2920 sDst = sScratch), tdTestResult(fRc = True) ]
2929 reporter.log('Testing #%d, sSrc="%s", sDst="%s", aFlags="%s" ...' % \
2930 (i, curTest.sSrc, curTest.sDst, curTest.aFlags));
2978 [ tdTestCopyFrom(sUser = sUser, sPassword = sPassword, sDst = ''),
2980 [ tdTestCopyFrom(sUser = sUser, sPassword = sPassword, sDst = 'C:\\Windows',
2983 # Nothing to copy (sDst is empty / unreachable).
2990 sDst = os.path.join(sScratch, 'non-exist.dll')),
3000 # sDst = 'C:\\non-exist\\'), tdTestResult(fRc = False) ],
3002 # sDst = 'C:\\non\\exist\\'), tdTestResult(fRc = False) ],
3004 # sDst = 'C:\\non\\exist\\renamedfile.dll'), tdTestResult(fRc = False) ],
3006 # sDst = os.path.join(sScratch, 'renamedfile.dll')), tdTestResult(fRc = True) ],
3008 # sDst = os.path.join(sScratch, 'renamedfile.dll')), tdTestResult(fRc = True) ],
3011 sDst = sScratch), tdTestResult(fRc = False) ],
3014 sDst = sScratch), tdTestResult(fRc = True) ]
3024 reporter.log('Testing #%d, sSrc="%s", sDst="%s", aFlags="%s" ...' % \
3025 (i, curTest.sSrc, curTest.sDst, curTest.aFlags));