Searched refs:owner_info_string (Results 1 – 1 of 1) sorted by relevance
53 let owner_info_string = String::from_utf8_lossy(owner_info).to_string(); in construct_splited_db_name() localVariable54 let split_owner_info: Vec<&str> = owner_info_string.split('_').collect(); in construct_splited_db_name()