Home
last modified time | relevance | path

Searched refs:pick_random_file (Results 1 – 5 of 5) sorted by relevance

/dports/sysutils/nitrogen/nitrogen-1.6.1/src/
H A DUtil.h35 std::string pick_random_file(std::string path, bool recurse = false);
36 std::string pick_random_file(VecStrs paths, bool recurse = false);
H A Dmain.cc50 path = Util::pick_random_file(path, cfg->get_recurse()); in set_bg_once()
53 path = Util::pick_random_file(cfg->get_dirs(), cfg->get_recurse()); in set_bg_once()
H A DUtil.cc150 std::string pick_random_file(std::string path, bool recurse) in pick_random_file() function
166 std::string pick_random_file(VecStrs paths, bool recurse) in pick_random_file() function
/dports/benchmarks/dkftpbench/dkftpbench-0.45/
H A Drobouser.cc61 void robouser_t::pick_random_file(char *fname) in pick_random_file() function in robouser_t
301 pick_random_file(fetchee_name); in ftpCmdDone()
H A Drobouser.h100 void pick_random_file(char *fname);