Searched refs:tf (Results 1 - 9 of 9) sorted by relevance

/pkg/src/modules/bundle/
H A DTarBundle.py40 self.tf = tarfile.open(filename)
46 self.tf.close()
49 for f in self.tf:
50 yield f.name, (self.tf, f)
/pkg/src/modules/
H A Dp5p.py30 import tarfile as tf namespace
370 fileobj=self.__arc_file, format=tf.PAX_FORMAT)
420 except tf.TarError:
522 except tf.TarError:
575 blocks, rem = divmod(ti.size, tf.BLOCKSIZE)
578 entry_sz += blocks * tf.BLOCKSIZE
983 member = tf.TarInfo.fromtarfile(tfile)
984 except tf.TarError:
1009 except tf.TarError:
1015 if not isinstance(member, tf
[all...]
/pkg/src/tests/api/
H A Dt_progress.py309 tf = progress.FunctionProgressTracker(output_file=sio_f)
313 mt = progress.MultiProgressTracker([tc, tc2, tf, tq, td])
H A Dt_p5p.py48 import tarfile as tf namespace
928 blocks, rem = divmod(m.size, tf.BLOCKSIZE)
931 src_bytes += blocks * tf.BLOCKSIZE
/pkg/src/modules/client/transport/
H A Dengine.py500 tf
501 for tf in self.__failures
502 if hasattr(tf, "url") and tf.url in urllist
/pkg/src/modules/client/
H A Dpkg_solver.py1065 for tf in self.__triggered_ops[
1067 if tf.pkg_name == f.pkg_name:
1068 self.__trim_older(tf)
1479 (tf, f)
1481 for tf in triggered_set
1482 if f.pkg_name == tf.pkg_name
1485 for tf in candidates:
1487 for da in self.__get_dependency_actions(tf,
1497 dependents.remove(candidates[tf])
H A Dimage.py4313 tf = open(tmp_file, "w")
4323 json.dump((self.__AVOID_SET_VERSION, d), tf)
4324 tf.close()
4380 with open(tmp_file, "w") as tf:
4382 (self.__FROZEN_DICT_VERSION, new_dict), tf)
H A Dimageplan.py570 for (tf, p, t, e) in self.__pkg_actuators:
575 self.pd.add_pkg_actuator(tf.pkg_name, e,
/pkg/src/modules/lint/
H A Dpkglint_action.py1581 "uninstall FMRI {tf} in {fmri}: should "
1583 tf=str(pfmri),
1595 "update FMRI {tf} in {fmri}: should "
1597 tf=str(pfmri),

Completed in 3776 milliseconds