Home
last modified time | relevance | path

Searched refs:cat_file_to_cmd (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/bin/
Dbase_utils.py23 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',
Dkernel_unittest.py368 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',
Dkernel.py310 utils.cat_file_to_cmd(local, 'patch -p1 > /dev/null')