Searched refs:ARCH_DIR_X86_64 (Results 1 – 2 of 2) sorted by relevance
5 use crate::{constant::ARCH_DIR_X86_64, utils::FileUtils};43 PathBuf::from(format!("{}/{}", ARCH_DIR_X86_64, relative_path)) in arch_path()
1 pub const ARCH_DIR_X86_64: &str = "src/arch/x86_64"; constant