Home
last modified time | relevance | path

Searched refs:create_file_with_path (Results 1 – 3 of 3) sorted by relevance

/dports/net/krill/krill-0.9.4/src/commons/eventsourcing/
H A Dkv.rs257 let mut swap_file = file::create_file_with_path(&swap_file_path)?; in store()
285 let mut f = file::create_file_with_path(&path)?; in store_new()
/dports/net/krill/krill-0.9.4/src/commons/util/
H A Dfile.rs37 pub fn create_file_with_path(path: &Path) -> Result<File, KrillIoError> { in create_file_with_path() function
61 let mut f = create_file_with_path(full_path)?; in save()
/dports/net/krill/krill-0.9.4/src/commons/api/
H A Drrdp.rs335 let mut file = file::create_file_with_path(path)?; in write_xml()