Home
last modified time | relevance | path

Searched refs:ARCH_DIR_RISCV64 (Results 1 – 2 of 2) sorted by relevance

/DragonOS/build-scripts/kernel_build/src/cfiles/arch/
H A Driscv64.rs3 use crate::{constant::ARCH_DIR_RISCV64, utils::FileUtils};
42 PathBuf::from(format!("{}/{}", ARCH_DIR_RISCV64, relative_path)) in arch_path()
/DragonOS/build-scripts/kernel_build/src/constant/
H A Dmod.rs2 pub const ARCH_DIR_RISCV64: &str = "src/arch/riscv64"; constant