Home
last modified time | relevance | path

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

/build/make/tools/
Dpost_process_props.py47 def validate(prop_list): function
228 if not validate(props):
/build/make/core/
Ddefinitions.mk2975 define try-validate-path-is-subdir
2990 define validate-path-is-subdir
2991 $(if $(call try-validate-path-is-subdir,$(1)),
2992 $(call pretty-error, Illegal path: $(call try-validate-path-is-subdir,$(1)))
3002 define try-validate-paths-are-subdirs
3005 $(call try-validate-path-is-subdir,$(my_path))\
3010 define validate-paths-are-subdirs
3011 $(if $(call try-validate-paths-are-subdirs,$(1)),
Dconfig.mk353 define validate-kernel-headers
364 $(call validate-kernel-headers,$(TARGET_BOARD_KERNEL_HEADERS))
370 $(call validate-kernel-headers,$(TARGET_PRODUCT_KERNEL_HEADERS))