Lines Matching refs:enable_environment
952 // If no enable_environment variable is specified, this implicit layer is always be enabled by default.
2449 // enable_environment (implicit layers only)
2557 cJSON *enable_environment = loader_cJSON_GetObjectItem(layer_node, "enable_environment");
2559 // enable_environment is optional
2560 if (enable_environment && enable_environment->child && enable_environment->child->type == cJSON_String) {
2561 result = loader_copy_to_new_str(inst, enable_environment->child->string, &(props.enable_env_var.name));
2563 result = loader_copy_to_new_str(inst, enable_environment->child->valuestring, &(props.enable_env_var.value));