Home
last modified time | relevance | path

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

/kernel/liteos_a/syscall/
H A Dfs_syscall.c727 static int NfsMountRef(const char *serverIpAndPath, const char *mountPath,
730 static int NfsMount(const char *serverIpAndPath, const char *mountPath, in NfsMount() argument
735 if ((serverIpAndPath == NULL) || (mountPath == NULL)) { in NfsMount()
738 ret = NfsMountRef(serverIpAndPath, mountPath, uid, gid); in NfsMount()

Completed in 5 milliseconds