Home
last modified time | relevance | path

Searched refs:devnull (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/tools/
H A Dmoveconfig.py362 devnull = subprocess.DEVNULL # py3k
364 devnull = open(os.devnull, 'wb')
365 return devnull
1036 def __init__(self, toolchains, configs, options, progress, devnull, argument
1055 self.devnull = devnull
1160 self.ps = subprocess.Popen(cmd, stdout=self.devnull,
1181 self.ps = subprocess.Popen(cmd, stdout=self.devnull, env=env,
1216 self.ps = subprocess.Popen(cmd, stdout=self.devnull,
1294 devnull = get_devnull()
1298 devnull, make_cmd, reference_src_dir,
/rk3399_rockchip-uboot/scripts/
H A Davbtool.py4073 stderr=open(os.devnull, 'wb'))