Home
last modified time | relevance | path

Searched refs:get_slot_dir (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.h34 extern void get_slot_dir(int slot, char* path, int len);
H A Dfile_names.cpp123 void get_slot_dir(int slot, char* path, int len) { in get_slot_dir() function
201 get_slot_dir(slot, buf, sizeof(buf)); in make_slot_dir()
H A Dapp.cpp288 get_slot_dir(slot, slot_dir, sizeof(slot_dir)); in init()
580 get_slot_dir(active_tasks[i]->slot, path, sizeof(path)); in is_slot_dir_in_use()
602 get_slot_dir(j, path, sizeof(path)); in get_free_slot()
H A Dcs_prefs.cpp99 get_slot_dir(atp->slot, buf, sizeof(buf)); in get_disk_usages()