Home
last modified time | relevance | path

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

/developtools/hdc/sudo/src/
H A Dmain.cpp103 static bool GetCmdInPath(char *cmd, int cmdBufLen, char *envp[]) in GetCmdInPath() argument
143 return (sprintf_s(cmd, cmdBufLen, "%s", pathBuf) < 0) ? false : true; in GetCmdInPath()

Completed in 1 milliseconds