Home | History | Annotate | Download | only in core

Lines Matching defs:copy

6 # You may obtain a copy of the License at
1731 # new prebuilt rules to work, we should change this to copy the
1732 # resources to the out directory and then copy the resources.
1746 # Define a rule to copy a header. Used via $(eval) by copy_headers.make.
1749 define copy-one-header
1752 $$(copy-file-to-new-target-with-cp)
1755 # Define a rule to copy a file. For use via $(eval).
1758 define copy-one-file
1760 @echo "Copy: $$@"
1761 $$(copy-file-to-target)
1765 # $(1): The files to copy. Each entry is a ':' separated src:dst pair
1767 define copy-many-files
1772 $(eval $(call copy-one-file,$(_cmf_src),$(_cmf_dest))) \
1776 # Copy the file only if it's a well-formed xml file. For use via $(eval).
1779 define copy-xml-file-checked
1781 @echo "Copy xml: $$@"
1783 $$(copy-file-to-target)
1792 # Copy a single file from one place to another,
1797 # Therefore copy-file-to-target is the same as copy-file-to-new-target.
1798 define copy-file-to-target
1803 # The same as copy-file-to-target, but use the local
1805 define copy-file-to-target-with-cp
1810 # The same as copy-file-to-target, but use the zipalign tool to do so.
1811 define copy-file-to-target-with-zipalign
1816 # The same as copy-file-to-target, but strip out "# comment"-style
1818 define copy-file-to-target-strip-comments
1823 # The same as copy-file-to-target, but don't preserve
1825 define copy-file-to-new-target
1830 # The same as copy-file-to-new-target, but use the local
1832 define copy-file-to-new-target-with-cp
1837 # Copy a prebuilt file to a target location.
1840 $(copy-file-to-target)
1843 # Copy a prebuilt file to a target location, using zipalign on it.
1846 $(copy-file-to-target-with-zipalign)
1849 # Copy a prebuilt file to a target location, stripping "# comment" comments.
1852 $(copy-file-to-target-strip-comments)
1862 define transform-host-ranlib-copy-hack
1866 define transform-host-ranlib-copy-hack
1872 define transform-ranlib-copy-hack
1876 define transform-ranlib-copy-hack
1976 # Copy a radio image file to the output location, and add it to
2122 # Rules and functions to help copy important files to DIST_DIR