Lines Matching refs:src
9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
188 def mangle_elf(manifest, action, src, dest):
208 def mangle_path(manifest, action, src, dest):
209 if elf.is_elf_object(src):
210 mangle_elf(manifest, action, src, dest)
213 ifp = open(src, 'r')
255 src = os.path.join(directory, path)
256 if os.path.isfile(src):
257 mangle_path(manifest, action, src, dest)