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 D | file_names.h | 34 extern void get_slot_dir(int slot, char* path, int len);
|
H A D | file_names.cpp | 123 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 D | app.cpp | 288 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 D | cs_prefs.cpp | 99 get_slot_dir(atp->slot, buf, sizeof(buf)); in get_disk_usages()
|