Home
last modified time | relevance | path

Searched defs:dir (Results 1 – 8 of 8) sorted by relevance

/DragonOS/user/apps/test-mount/src/
H A Dmain.rs10 let dir = fs::create_dir_all(path); in main() localVariable
22 let dir = fs::create_dir_all(path); in main() localVariable
/DragonOS/user/apps/test-symlink/src/
H A Dmain.rs14 let dir = "/mnt/myramfs/another"; in main() localVariable
49 let dir = fs::create_dir_all(path); in mount_test_ramfs() localVariable
/DragonOS/user/apps/test_ebpf/syscall_ebpf/xtask/src/
H A Dbuild_ebpf.rs43 let dir = PathBuf::from("syscall_ebpf-ebpf"); in build_ebpf() localVariable
/DragonOS/kernel/src/filesystem/sysfs/
H A Ddir.rs67 let dir: Arc<KernFSInode> = parent.add_dir( in create_dir() localVariable
H A Dmod.rs18 pub mod dir; module
/DragonOS/user/apps/test-chown/src/
H A Dmain.rs126 let dir = fs::create_dir_all(path); in mount_test_ramfs() localVariable
/DragonOS/kernel/src/filesystem/fat/
H A Dfs.rs1627 let dir = match &guard.inode_type { in unlink() localVariable
1654 let dir = match &guard.inode_type { in rmdir() localVariable
H A Dentry.rs1271 let dir = FATDir { in convert_to_dir_entry() localVariable
1312 let dir = FATDir { in convert_to_dir_entry_with_long_name() localVariable