Searched defs:db_name (Results 1 – 3 of 3) sorted by relevance
132 let db_name = get_db_name(attributes, false)?; in add() localVariable139 let db_name = get_db_name(attributes, true)?; in ce_add() localVariable146 let db_name = get_db_name(attributes, false)?; in replace() localVariable153 let db_name = get_db_name(attributes, true)?; in ce_replace() localVariable
56 …let db_name = construct_splited_db_name(calling_info.owner_type_enum(), calling_info.owner_info(),… in remove_db() localVariable317 let db_name = db_path.file_name().to_string_lossy().to_string(); in backup_de_db_if_accessible() localVariable335 let db_name = db_path.file_name().to_string_lossy().to_string(); in backup_ce_db_if_accessible() localVariable
100 pub(crate) db_name: String, field