OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:basePathLength
(Results
1 - 2
of
2
) sorted by null
/external/libvncserver/libvncserver/tightvnc-filetransfer/
filetransfermsg.c
170
int pathLen,
basePathLength
;
189
basePathLength
= pathLen;
190
basePath[
basePathLength
] = '\\';
191
basePath[
basePathLength
+ 1] = '*';
192
basePath[
basePathLength
+ 2] = '\0';
198
basePath[
basePathLength
] = '\0'; /* Restore to a basePath + \ */
214
strncpy_s(fullpath, PATH_MAX, basePath,
basePathLength
);
215
strncpy_s(fullpath +
basePathLength
, PATH_MAX -
basePathLength
, winFindData.cFileName, (int)strlen(winFindData.cFileName));
/external/libvncserver/libvncserver/
rfbserver.c
[
all
...]
Completed in 8077 milliseconds