Home
last modified time | relevance | path

Searched refs:tgtDir (Results 1 - 1 of 1) sorted by relevance

/kernel/liteos_a/apps/shell/builtin/
H A Dcd.c39 int Chdir(const char *tgtDir) in Chdir() argument
43 if (!tgtDir) { in Chdir()
47 ret = chdir(tgtDir); in Chdir()
49 ret = OsShellSetWorkingDirectory(tgtDir, strlen(tgtDir) + 1); /* 1: the length of '\0' */ in Chdir()

Completed in 1 milliseconds