Searched refs:sSrc (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/ValidationKit/tests/unittests/
H A DtdUnitTest1.py497 def _hardenedCopyFile(self, sSrc, sDst, iMode):
501 reporter.log('_hardenedCopyFile: %s -> %s (mode: %o)' % (sSrc, sDst, iMode,));
503 shutil.copyfile(sSrc, sDst);
506 fRc = self._sudoExecuteSync(['/bin/cp', sSrc, sDst]);
508 raise Exception('Failed to copy "%s" to "%s".' % (sSrc, sDst,));
572 sSrc = os.path.splitext(sFullPath)[0] + sSuff;
573 if os.path.exists(sSrc):
574 sDst = os.path.join(sDstDir, os.path.basename(sSrc));
575 self._hardenedCopyFile(sSrc, sDst, 0644);
582 sSrc
[all...]
/vbox/src/VBox/ValidationKit/testboxscript/
H A Dtestboxupgrade.py181 sSrc = os.path.join(sUpgradeDir, sMember);
207 os.rename(sSrc, sDst);
209 testboxcommons.log('Warning: failed to rename (new) "%s" to "%s": %s' % (sSrc, sDst, oXcpt));
211 shutil.copy(sSrc, sDst);
213 testboxcommons.log('Error: failed to copy (new) "%s" to "%s": %s' % (sSrc, sDst, oXcpt));
/vbox/src/VBox/ValidationKit/tests/additions/
H A DtdAddGuestCtrl.py191 def __init__(self, sSrc = "", sDst = "", sUser = "", sPassword = "", aFlags = None):
194 self.sSrc = sSrc;
202 def __init__(self, sSrc = "", sDst = "", sUser = "", sPassword = "", aFlags = None):
205 self.sSrc = sSrc;
399 def __init__(self, sSrc = "", aArgs = None, aFlags = None,
403 self.sSrc = sSrc;
652 def gctrlCopyFileFrom(self, oGuestSession, sSrc, sDs
[all...]
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dpixel.c246 const GLshort *sSrc = (GLshort *) src; local
266 tmpRow[i] = (GLfloat) sSrc[i];
304 tmpRow[i] = (GLfloat) SHORT_TO_FLOAT(sSrc[i]);
358 tmpRow[dst] = (GLfloat) SHORT_TO_FLOAT(sSrc[i]);
408 = (GLfloat) SHORT_TO_FLOAT(sSrc[i]);
464 = (GLfloat) SHORT_TO_FLOAT(sSrc[i]);
519 = (GLfloat) SHORT_TO_FLOAT(sSrc[i*2+0]);
520 tmpRow[i*4+3] = (GLfloat) SHORT_TO_FLOAT(sSrc[i*2+1]);
601 tmpRow[i*4+0] = (GLfloat) SHORT_TO_FLOAT(sSrc[i*3+r]);
602 tmpRow[i*4+1] = (GLfloat) SHORT_TO_FLOAT(sSrc[
[all...]
/vbox/src/VBox/ValidationKit/testmanager/htdocs/js/
H A Dcommon.js607 var sSrc;

Completed in 46 milliseconds