Lines Matching full:exists
51 yaml_context(EXISTS NAME ${ARG_YAML_NAME} result)
62 # Will result in CMake error if context exists.
66 yaml_context(EXISTS NAME ${ARG_YAML_NAME} result)
69 message(FATAL_ERROR "YAML context '${ARG_YAML_NAME}' already exists."
76 # yaml_context(EXISTS NAME <name> <result>)
81 # EXISTS : Check if the YAML context exists in the current scope
82 # If the context exists, then TRUE is returned in <result>
87 cmake_parse_arguments(ARG_YAML "EXISTS" "NAME" "" ${ARGN})
88 zephyr_check_arguments_required_all(${CMAKE_CURRENT_FUNCTION} ARG_YAML EXISTS NAME)
92 "${CMAKE_CURRENT_FUNCTION}(EXISTS NAME ${ARG_YAML_NAME} <result-var>)."
376 if(EXISTS ${yaml_file})