Home
last modified time | relevance | path

Searched refs:gconf_logdir (Results 1 – 2 of 2) sorted by relevance

/dports/www/yaws/yaws-2.0.6/testsuite/
H A Dcopy_error_log_SUITE.erl45 Dir = yaws:gconf_logdir(GConf),
/dports/www/yaws/yaws-2.0.6/src/
H A Dyaws.erl21 -export([gconf_yaws_dir/1, gconf_trace/1, gconf_flags/1, gconf_logdir/1,
36 -export([gconf_yaws_dir/2, gconf_trace/2, gconf_flags/2, gconf_logdir/2,
277 gconf_logdir (#gconf{logdir = X}) -> X. function
311 gconf_logdir (S, X) -> S#gconf{logdir = X}. function