Lines Matching full:none
77 OPTIONS.incremental_source = None
83 OPTIONS.extra_script = None
109 self.uid = None
110 self.gid = None
111 self.mode = None
118 self.parent = None
123 if self.uid is not None:
162 i = cls.ITEMS.get(name, None)
163 if i is not None:
171 i = cls.ITEMS.get("system/recovery-from-boot.p", None)
173 i = cls.ITEMS.get("system/etc/install-recovery.sh", None)
183 all descendants of this node. (dmode or fmode may be None.) Also
190 d = self.descendants = {(self.uid, self.gid, self.mode, None): 1}
196 k = (i.uid, i.gid, None, i.mode)
215 if k[2] is not None and count >= best_dmode[0]: best_dmode = (count, k[2])
216 if k[3] is not None and count >= best_fmode[0]: best_fmode = (count, k[3])
252 def CopySystemFiles(input_zip, output_zip=None,
253 substitute=None):
256 list of symlinks. output_zip may be None, in which case the copy is
273 if substitute and fn in substitute and substitute[fn] is None:
275 if output_zip is not None:
407 if OPTIONS.extra_script is not None:
463 self.patch = None
493 return None
506 patch_data may be None if ComputePatch hasn't been called, or if
538 if patch is None:
628 sf = source_data.get(fn, None)
630 if sf is None or fn in OPTIONS.require_verbatim:
648 if d is None or len(d) > tf.size * OPTIONS.patch_threshold:
784 target_symlinks = CopySystemFiles(target_zip, None)
793 source_symlinks = CopySystemFiles(source_zip, None)
835 if OPTIONS.extra_script is not None:
884 if OPTIONS.extra_script is not None:
890 if OPTIONS.device_specific is None:
924 if OPTIONS.incremental_source is None: