Searched refs:OsShellSetWorkingDirectory (Results 1 – 4 of 4) sorted by relevance
49 ret = OsShellSetWorkingDirectory(tgtDir, strlen(tgtDir) + 1); /* 1: the length of '\0' */ in Chdir()
65 extern int OsShellSetWorkingDirectory(const char *dir, size_t len);
98 int OsShellSetWorkingDirectory(const char *dir, size_t len) in OsShellSetWorkingDirectory() function
476 (void)OsShellSetWorkingDirectory(shellWorkingDirectory, (PATH_MAX + 1)); in ParseAndExecCmdline()