Home
last modified time | relevance | path

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

/babblesim_base-3.7.0/libUtilv1/src/
Dbs_oswrap.c186 FILE* bs_fopen(const char *file_path, const char *open_type) { in bs_fopen() argument
188 file_pointer = fopen(file_path, open_type); in bs_fopen()
190 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-3.7.0/libPhyComv1/src/
Dbs_pc_base.c203 void pb_remove_lock_file(char** file_path){ in pb_remove_lock_file() argument
204 if (*file_path) { in pb_remove_lock_file()
205 remove(*file_path); in pb_remove_lock_file()
206 free(*file_path); in pb_remove_lock_file()
207 *file_path = NULL; in pb_remove_lock_file()
Dbs_pc_base.h54 void pb_remove_lock_file(char** file_path);