Searched defs:sFullName (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ValidationKit/testboxscript/
H A Dtestboxscript_real.py672 sFullName = os.path.join(self._oOptions.sScratchRoot, sName); variable in class:TestBoxScript.reinitScratch.ErrorCallback
674 if os.path.isdir(sFullName):
675 shutil.rmtree(sFullName, False, oRc.onErrorCallback);
677 os.remove(sFullName);
678 if os.path.exists(sFullName):
683 and len(sFullName) >= 8 \
684 and sFullName[0] == '/' \
685 and sFullName[1] != '/' \
686 and sFullName.find('/../') < 0:
687 fnLog('Problems deleting "%s" (%s) using the force...' % (sFullName, oXcp
[all...]

Completed in 1588 milliseconds