Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/filesystem/procfs/
Dprocfs.c17 const char __procfs_mount_path[] = "/proc"; // 挂在路径 variable
504 vfs_mount_fs(__procfs_mount_path, "procfs", NULL); in procfs_init()