Home
last modified time | relevance | path

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

/DragonOS-0.1.3/user/libs/libc/src/include/
Dunistd.h86 int64_t chdir(char *dest_path);
/DragonOS-0.1.3/docs/userland/libc/apis/api-list/
Dunistd.md47 ``int64_t chdir(char *dest_path)``
/DragonOS-0.1.3/user/libs/libc/src/
Dunistd.c119 int64_t chdir(char *dest_path) in chdir() function
/DragonOS-0.1.3/user/apps/shell/
Dcmd.c166 int ec = chdir(argv[1]); in shell_cmd_cd()
213 int x = chdir(new_path); in shell_cmd_cd()