Home
last modified time | relevance | path

Searched refs:_running_in_tree (Results 1 – 4 of 4) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Delm_config.c995 if ((!_running_in_tree) || (!bs_data_path_get(buf, sizeof(buf), "elementary/config", prof))) in _elm_config_profile_dir_get()
1005 if ((!_running_in_tree) || (!bs_data_path_get(buf, sizeof(buf), "elementary/config", prof))) in _elm_config_profile_dir_get()
1390 if (_running_in_tree) in _elm_config_profiles_list()
1478 if (_running_in_tree) goto end; in _profile_fetch_from_conf()
1770 if (!_running_in_tree) in _config_load()
2129 if (_running_in_tree || ((s = _getenv_once("ELM_PROFILE_NOSAVE")) && atoi(s))) in _elm_config_profile_save()
3113 if (_running_in_tree) in elm_config_profile_exists()
4223 if (_running_in_tree) return; in elm_config_all_flush()
4324 _running_in_tree = EINA_FALSE; in _elm_config_sub_shutdown()
4410 if (_running_in_tree) in _elm_config_sub_init()
H A Delm_main.c44 Eina_Bool _running_in_tree; variable
769 _running_in_tree = !!getenv("EFL_RUN_IN_TREE"); in elm_quicklaunch_init()
812 if (_running_in_tree) in elm_quicklaunch_init()
H A Delm_priv.h923 extern Eina_Bool _running_in_tree;
H A Defl_ui_layout.c641 if (version && (!_running_in_tree)) in _efl_ui_layout_base_efl_ui_widget_theme_apply()