Home | History | Annotate | Download | only in libvncserver

Lines Matching defs:basePath

1323     char *basePath;
1341 basePath = malloc(pathLen + 3);
1342 memcpy(basePath, path, pathLen);
1344 basePath[basePathLength] = '\\';
1345 basePath[basePathLength + 1] = '*';
1346 basePath[basePathLength + 2] = '\0';
1351 free(basePath);