Searched refs:db_path (Results 1 – 2 of 2) sorted by relevance
57 for db_path in fs::read_dir(file_path)? { in remove_db()58 let db_path = db_path?; in remove_db() localVariable59 let db_file_name = db_path.file_name().to_string_lossy().to_string(); in remove_db()63 match fs::remove_file(&db_path.path().to_string_lossy().to_string()) { in remove_db()316 let db_path = db_path?; in backup_de_db_if_accessible() localVariable317 let db_name = db_path.file_name().to_string_lossy().to_string(); in backup_de_db_if_accessible()319 let from_path = db_path.path().to_string_lossy().to_string(); in backup_de_db_if_accessible()333 for db_path in fs::read_dir(ce_path)? { in backup_ce_db_if_accessible()334 let db_path = db_path?; in backup_ce_db_if_accessible() localVariable335 let db_name = db_path.file_name().to_string_lossy().to_string(); in backup_ce_db_if_accessible()[all …]
35 for db_path in fs::read_dir(path_str)? { in get_user_dbs()36 let db_path = db_path?; in get_user_dbs() localVariable37 let db_file_name = db_path.file_name().to_string_lossy().to_string(); in get_user_dbs()