Searched refs:copy_file (Results 1 - 4 of 4) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dutility.h230 int copy_file(const char *from, const char *to);
H A Dadmin.c340 if (copy_file(p1, pth) == AM_SUCCESS) {
683 if (rv == AM_SUCCESS && copy_file(web_conf_path, NULL) == AM_SUCCESS) {
H A Dutility.c2460 int copy_file(const char *from, const char *to) { function
/forgerock/web-agents-v4/tests/
H A Dtest_utility.c821 assert_int_equal(copy_file(source, dest), AM_SUCCESS);
844 assert_int_equal(copy_file(source, dest), AM_SUCCESS);

Completed in 53 milliseconds