Home
last modified time | relevance | path

Searched refs:fullFname (Results 1 – 1 of 1) sorted by relevance

/external/libvncserver/libvncserver/
Dhttpd.c280 char fullFname[512]; in httpProcessInput() local
299 strcpy(fullFname, rfbScreen->httpDir); in httpProcessInput()
300 fname = &fullFname[strlen(fullFname)]; in httpProcessInput()
301 maxFnameLen = 511 - strlen(fullFname); in httpProcessInput()
442 if ((fd = fopen(fullFname, "r")) == 0) { in httpProcessInput()