Home
last modified time | relevance | path

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

/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/client/
H A Dfile_names.h25 extern int make_soft_link(PROJECT* project, char* link_path, char* rel_file_path);
H A Dfile_names.cpp50 int make_soft_link(PROJECT* project, char* link_path, char* rel_file_path) { in make_soft_link() function
H A Dapp_start.cpp438 retval = make_soft_link(project, link_path, rel_file_path); in setup_file()
444 retval = make_soft_link(project, link_path, rel_file_path); in setup_file()
H A Dproject.cpp763 make_soft_link(this, link_path, file_path); in write_symlink_for_project_file()