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.
61 # Returns the path to the .odex file
63 # $(2): the full path (including file name) of the corresponding .jar or .apk.
64 define get-odex-file-path
68 # Returns the path to the image file (such as "/system/framework/<arch>/boot.art"
71 define get-image-file-path
93 # $(1): the input .jar or .apk file
94 # $(2): the output .odex file
95 define dex2oat-one-file
101 --dex-file=$(1) \
103 --oat-file=$(2) \