Home | History | Annotate | Download | only in releasetools

Lines Matching refs:substitute

352 def CopyPartitionFiles(itemset, input_zip, output_zip=None, substitute=None):
356 skipped (but the other side effects still happen). substitute is an
376 if substitute and fn in substitute and substitute[fn] is None:
379 if substitute and fn in substitute:
380 data = substitute[fn]