Searched refs:zip_cmd (Results 1 – 4 of 4) sorted by relevance
/external/mtools/ |
D | mzip.c | 58 static int zip_cmd(int priv, int fd, unsigned char cdb[6], uint8_t clen, in zip_cmd() function 185 if (zip_cmd(priv, fd, cdb, 6, SCSI_IO_READ, in get_zip_status() 203 return zip_cmd(priv, fd, cdb, 6, SCSI_IO_WRITE, in short_command() 355 if (zip_cmd(IS_PRIVILEGED(dev), fd, cdb, 6, SCSI_IO_READ, in mzip()
|
/external/python/cpython2/Lib/test/ |
D | test_shutil.py | 516 zip_cmd = ['zip', '-q', '-r', 'archive2.zip', base_dir] 517 subprocess.check_call(zip_cmd, cwd=root_dir) 540 zip_cmd = ['unzip', '-t', archive] 543 subprocess.check_output(zip_cmd, stderr=subprocess.STDOUT)
|
/external/zstd/tests/fuzz/ |
D | fuzz.py | 817 def zip_cmd(args): function 885 return zip_cmd(args)
|
/external/python/cpython3/Lib/test/ |
D | test_shutil.py | 1447 zip_cmd = ['zip', '-q', '-r', 'archive2.zip', base_dir] 1448 subprocess.check_call(zip_cmd, cwd=root_dir, 1472 zip_cmd = ['unzip', '-t', archive] 1475 subprocess.check_output(zip_cmd, stderr=subprocess.STDOUT)
|