Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_NVM_backend.c42 bs_create_folders_in_path(st->file_path); in nhw_nvm_initialize_data_storage()
43 st->fd = open(st->file_path, O_RDWR | O_CREAT, (mode_t)0600); in nhw_nvm_initialize_data_storage()
46 __func__, st->type_s, st->file_path, strerror(errno)); in nhw_nvm_initialize_data_storage()
52 __func__, st->type_s, st->file_path, strerror(errno)); in nhw_nvm_initialize_data_storage()
57 __func__, st->type_s, st->file_path, strerror(errno)); in nhw_nvm_initialize_data_storage()
63 __func__, st->type_s, st->file_path, strerror(errno)); in nhw_nvm_initialize_data_storage()
76 st->file_path = args->file; in nhw_nvm_init_storage()
111 if ((st->rm_at_exit == true) && (st->file_path != NULL)) { in nhw_nvm_clear_storage()
113 (void) remove(st->file_path); in nhw_nvm_clear_storage()
114 st->file_path = NULL; in nhw_nvm_clear_storage()
DNHW_NVM_backend.h20 const char *file_path; member