Home
last modified time | relevance | path

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

/babblesim_base-latest/libUtilv1/src/
Dbs_oswrap.c182 FILE* bs_fopen(const char *file_path, const char *open_type) { in bs_fopen() argument
184 file_pointer = fopen(file_path, open_type); in bs_fopen()
186 bs_trace_error_line(NO_FILE_WARNING, file_path, open_type); in bs_fopen()
Dbs_oswrap.h31 FILE* bs_fopen(const char *file_path, const char *open_type);
/babblesim_base-latest/libPhyComv1/src/
Dbs_pc_base.c230 void pb_remove_lock_file(char** file_path){ in pb_remove_lock_file() argument
231 if (*file_path) { in pb_remove_lock_file()
232 remove(*file_path); in pb_remove_lock_file()
233 free(*file_path); in pb_remove_lock_file()
234 *file_path = NULL; in pb_remove_lock_file()
Dbs_pc_base.h55 void pb_remove_lock_file(char** file_path);