Searched refs:cat_file_to_cmd (Results 1 – 3 of 3) sorted by relevance
/external/autotest/client/bin/ |
D | base_utils.py | 23 ret = cat_file_to_cmd(file, command, ignore_status=True) 36 def cat_file_to_cmd(file, command, ignore_status=0, return_output=False): function 79 extracted = cat_file_to_cmd(tarball, 'tar xvf - 2>/dev/null',
|
D | kernel_unittest.py | 368 utils.cat_file_to_cmd.expect_call('patch1.gz', 375 utils.cat_file_to_cmd.expect_call('patch2.bz2', 386 utils.cat_file_to_cmd.expect_call('patch3',
|
D | kernel.py | 310 utils.cat_file_to_cmd(local, 'patch -p1 > /dev/null')
|