Searched defs:szCWD (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/linux/sharedfolders/
H A Dmount.vboxsf.c489 char szCWD[4096]; local
491 if (!getcwd(szCWD, sizeof(szCWD)))
493 cchCWD = strlen(szCWD);
494 if (!strncmp(host_name, szCWD, cchCWD))

Completed in 54 milliseconds