Home
last modified time | relevance | path

Searched defs:file (Results 1 – 8 of 8) sorted by relevance

/DADK/dadk-user/src/utils/
H A Dmod.rs1 pub mod file; module
H A Dmod.rs1 pub mod file; module
H A Dfile.rs26 let mut file = File::create(path.join(file_name))?; in download_file() localVariable
H A Dfile.rs26 let mut file = File::create(path.join(file_name))?; in download_file() localVariable
/DADK/dadk/src/actions/rootfs/
H A Ddisk_img.rs229 let mut file = File::create(disk_image_path)?; in create_raw_img() localVariable
380 let mut file = File::open(&disk_image_path)?; in test_create_raw_img_functional() localVariable
/DADK/dadk-user/src/executor/
H A Dtarget.rs
H A Dsource.rs637 let file = File::open(&self.archive_path.join(&self.archive_name)) unzip() localVariable
641 let mut file = archive.by_index(i).map_err(|e| e.to_string())?; unzip() localVariable
[all...]
H A Dsource.rs645 let file = File::open(&self.archive_path.join(&self.archive_name)) in unzip() localVariable
649 let mut file = archive.by_index(i).map_err(|e| e.to_string())?; in unzip() localVariable