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

/openjdk7/jdk/src/windows/instrument/
H A DFileSystemSupport_md.c226 int parentEnd, childStart, len; local
235 childStart = 0;
241 childStart = 2;
244 childStart = 1;
247 if (cn == childStart) { // Child is double slash
260 len = parentEnd + cn - childStart;
262 if (child[childStart] == slash) {
265 memcpy(theChars+parentEnd, child+childStart, (cn-childStart));
271 memcpy(theChars+parentEnd+1, child+childStart, (c
[all...]
/openjdk7/jdk/src/solaris/instrument/
H A DFileSystemSupport_md.c122 int childStart = 0; local
128 len = parentEnd + cn - childStart;
/openjdk7/jdk/src/windows/classes/java/io/
H A DWin32FileSystem.java225 int childStart = 0;
231 childStart = 2;
234 childStart = 1;
237 if (cn == childStart) { // Child is double slash
247 int strlen = parentEnd + cn - childStart;
249 if (child.charAt(childStart) == slash) {
252 child.getChars(childStart, cn, theChars, parentEnd);
257 child.getChars(childStart, cn, theChars, parentEnd + 1);

Completed in 32 milliseconds