HomeSort by relevance Sort by last modified time
    Searched refs:apply_gzip (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/site_tests/platform_PrinterPpds/
archiver.py 106 def save_file(self, prefix, name, content, apply_gzip=False):
114 @param apply_gzip: if true, the added file will be gzipped, the suffix
118 if apply_gzip:
128 if apply_gzip:
136 def copy_file(self, prefix, name, path_file, apply_gzip=False):
144 @param apply_gzip: if true, the added file will be gzipped, the suffix
150 self.save_file(prefix, name, content, apply_gzip)
153 def move_file(self, prefix, name, path_file, apply_gzip=False):
162 @param apply_gzip: if true, the added file will be gzipped, the suffix
166 if apply_gzip
    [all...]
platform_PrinterPpds.py 381 ppd_name, '.out', doc, apply_gzip=True)

Completed in 2520 milliseconds