Home
last modified time | relevance | path

Searched full:archive_format (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/commands/cpio/
Dcpio_tests.sh20 ARCHIVE_FORMAT=
23 ARCHIVE_FORMAT="-H newc"
35 EXPECT_PASS cpio -o $ARCHIVE_FORMAT \> cpio.out \< filelist
/third_party/cef/tools/
Dmake_distrib.py1268 archive_format = os.getenv('CEF_ARCHIVE_FORMAT', 'zip') variable
1269 if archive_format not in ('zip', 'tar.gz', 'tar.bz2'):
1270 raise Exception('Unsupported archive format: %s' % archive_format)
1273 archive_format = os.getenv('CEF_COMMAND_7ZIP_FORMAT', '7z') variable
1278 (archive_format, os.path.basename(dir)))
1279 if archive_format == 'zip':
1281 elif archive_format == 'tar.gz':
1283 elif archive_format == 'tar.bz2':
1286 create_7z_archive(dir, archive_format)
/third_party/openssl/.github/workflows/
Dfips-label.yml43 archive_format: 'zip',