Lines Matching refs:utils
49 from common import utils;
371 self.sDbgCreated = '%s: %s' % (utils.getTimePrefix(), sCaller);
531 TdTaskBase.__init__(self, utils.getCallerName());
627 utils.processCollectCrashInfo(self.uPid, reporter.log, self._addCrashFile);
791 self.sHost = utils.getHostOs();
792 self.sHostArch = utils.getHostArch();
797 if not utils.isRunningFromCheckout():
798 self.sBinPath = os.path.join(g_ksValidationKitDir, utils.getHostOs(), utils.getHostArch());
800 self.sBinPath = os.path.join(g_ksValidationKitDir, os.pardir, os.pardir, os.pardir, 'out', utils.getHostOsDotArch(),
802 'validationkit', utils.getHostOs(), utils.getHostArch());
843 # utils.timestampSecond()). None if not available.
1131 oFile = utils.openNoInherit(self.sPidFile, 'r');
1156 oFile = utils.openNoInherit(self.sPidFile, 'a');
1181 oFile = utils.openNoInherit(self.sPidFile, 'w');
1235 cMsToDeadline = self.secTimeoutAbs * 1000 - utils.timestampMilli();
1421 oFile = utils.openNoInherit(sFull, "rb");