Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-17066-1466467
proj226-arceos-3506
Commits
f2dbc957
Commit
f2dbc957
authored
2 years ago
by
Yuekai Jia
Browse files
Options
Download
Patches
Plain Diff
fs: implement file & directory removal (unlink)
parent
664f98bf
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
apps/fs/shell/src/cmd.rs
+28
-2
apps/fs/shell/src/cmd.rs
modules/axfs/src/api/mod.rs
+10
-0
modules/axfs/src/api/mod.rs
modules/axfs/src/fs/fatfs.rs
+10
-0
modules/axfs/src/fs/fatfs.rs
modules/axfs/src/root.rs
+49
-0
modules/axfs/src/root.rs
modules/axfs/tests/test_axfs.rs
+48
-1
modules/axfs/tests/test_axfs.rs
ulib/libax/src/fs.rs
+2
-2
ulib/libax/src/fs.rs
with
147 additions
and
5 deletions
+147
-5
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets