Searched refs:file_path (Results 1 – 4 of 4) sorted by relevance
186 FILE* bs_fopen(const char *file_path, const char *open_type) { in bs_fopen() argument188 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()
31 FILE* bs_fopen(const char *file_path, const char *open_type);
203 void pb_remove_lock_file(char** file_path){ in pb_remove_lock_file() argument204 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()
54 void pb_remove_lock_file(char** file_path);