Home
last modified time | relevance | path

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

/DragonOS-0.1.2/user/libs/libc/src/
Ddirent.h43 struct DIR *opendir(const char *dirname);
Ddirent.c16 struct DIR *opendir(const char *path) in opendir() function
/DragonOS-0.1.2/docs/userland/libc/apis/api-list/
Ddirent.md33 ``DIR opendir(const char *path)``
/DragonOS-0.1.2/user/apps/shell/
Dcmd.c246 struct DIR *dir = opendir(shell_current_path); in shell_cmd_ls()