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

/vbox/src/VBox/ValidationKit/common/
H A Dutils.py356 g_fOldSudo = None; variable
376 global g_fOldSudo;
377 if g_fOldSudo is None:
384 g_fOldSudo = len(sVersion) >= 4 \
391 if not g_fOldSudo:
393 if fInitialEnv and not g_fOldSudo:

Completed in 756 milliseconds