Searched refs:pb_com_path (Results 1 – 3 of 3) sorted by relevance
| /babblesim_base-latest/libPhyComv1/src/ |
| D | bs_pc_base.c | 24 char *pb_com_path = NULL; variable 105 pb_com_path = (char*)bs_calloc(10 + strlen(s) + UserNameLength, sizeof(char)); in pb_create_com_folder() 107 sprintf(pb_com_path, "/tmp/bs_%s", UserName); in pb_create_com_folder() 113 if (bs_createfolder(pb_com_path) != 0) { in pb_create_com_folder() 114 free(pb_com_path); in pb_create_com_folder() 115 pb_com_path = NULL; in pb_create_com_folder() 118 sprintf(&pb_com_path[8+UserNameLength], "/%s", s); in pb_create_com_folder() 119 if (bs_createfolder(pb_com_path) != 0) { in pb_create_com_folder() 120 free(pb_com_path); in pb_create_com_folder() 121 pb_com_path = NULL; in pb_create_com_folder() [all …]
|
| D | bs_pc_base_fifo_user.h | 18 extern char *pb_com_path;
|
| D | bs_pc_backchannel.c | 83 if ( pb_com_path != NULL ) { in bs_clean_back_channels() 84 rmdir(pb_com_path); in bs_clean_back_channels() 131 pb_com_path, global_dev_nbr, dev_nbrs[i], channel_nbrs[i]); in bs_open_back_channel() 134 pb_com_path, dev_nbrs[i], global_dev_nbr, channel_nbrs[i]); in bs_open_back_channel()
|