Home
last modified time | relevance | path

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

/DragonOS/build-scripts/kernel_build/src/cfiles/arch/
H A Dx86_64.rs5 use crate::{constant::ARCH_DIR_X86_64, utils::FileUtils};
43 PathBuf::from(format!("{}/{}", ARCH_DIR_X86_64, relative_path)) in arch_path()
/DragonOS/build-scripts/kernel_build/src/constant/
H A Dmod.rs1 pub const ARCH_DIR_X86_64: &str = "src/arch/x86_64"; constant