Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
CrewUnionProblemKill
proj5-FAT32onMaQueOS
Wiki
系统调用文档
Sys_destroy 函数介绍
find_directory_entry 函数介绍
find_directory_entry 函数介绍
· Changes
Page history
Update find_directory_entry 函数介绍
authored
Jun 15, 2024
by
Little Leaf
Hide whitespace changes
Inline
Side-by-side
系统调用文档/sys_destroy-函数介绍/find_directory_entry-函数介绍.md
View page @
c8d0ce27
#
总
代码
# 代码
```
c
//查找目录项
int
find_directory_entry
(
struct
block_device
*
device
,
const
char
*
filename
,
struct
fat32_dir_entry
*
entry
)
{
...
...