Searched refs:avoid_paths_in_environ (Results 1 – 3 of 3) sorted by relevance
10 from oeqa.utils import avoid_paths_in_environ20 env['PATH'] = avoid_paths_in_environ(paths_to_avoid)
17 … from oeqa.utils import avoid_paths_in_environ, make_logger_bitbake_compatible, subprocesstweak
20 def avoid_paths_in_environ(paths): function