Home
last modified time | relevance | path

Searched refs:marker (Results 1 – 3 of 3) sorted by relevance

/build/make/tools/product_config/src/com/android/build/config/
DConvertMakeToGenericConfig.java181 final String marker = "@inherit:" + inheritedFile; in convertInheritedVar() local
182 if (varText.endsWith(marker)) { in convertInheritedVar()
183 varText = varText.substring(0, varText.length() - marker.length()).trim(); in convertInheritedVar()
186 "Variable didn't end with marker \"" + marker + "\": " + varText); in convertInheritedVar()
/build/make/tools/
Dfat16copy.py407 marker = struct.unpack("B", record[0])[0]
409 if marker == DEL_MARKER or marker == 0:
/build/make/core/
DMakefile2993 INSTALLED_SYSTEM_OTHER_ODEX_MARKER := $(TARGET_OUT_SYSTEM_OTHER)/system-other-odex-marker