Searched refs:proto_src_dir (Results 1 – 1 of 1) sorted by relevance
36 let proto_src_dir = concat!(env!("CARGO_MANIFEST_DIR"), "/src/ukey2_all_proto/"); in check_proto_needs_update() localVariable37 for file in fs::read_dir(proto_src_dir).unwrap() { in check_proto_needs_update()46 let current_file_path = proto_src_dir.to_owned() + file_name_str.to_str().unwrap(); in check_proto_needs_update()