Home | History | Annotate | Download | only in core

Lines Matching defs:file

19 # Use the first preloaded-classes file in PRODUCT_COPY_FILES.
23 # Use the first compiled-classes file in PRODUCT_COPY_FILES.
54 # Returns the path to the .odex file
56 # $(2): the full path (including file name) of the corresponding .jar or .apk.
57 define get-odex-file-path
61 # Returns the path to the image file (such as "/system/framework/<arch>/boot.art"
64 define get-image-file-path
86 # $(1): the input .jar or .apk file
87 # $(2): the output .odex file
88 define dex2oat-one-file
94 --dex-file=$(1) \
96 --oat-file=$(2) \