Home
last modified time | relevance | path

Searched refs:zip_cmd (Results 1 – 4 of 4) sorted by relevance

/external/mtools/
Dmzip.c58 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/
Dtest_shutil.py516 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/
Dfuzz.py817 def zip_cmd(args): function
885 return zip_cmd(args)
/external/python/cpython3/Lib/test/
Dtest_shutil.py1447 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)