Searched refs:delEnd (Results 1 – 1 of 1) sorted by relevance
507 int delEnd=-1; in canonicalPath() local520 if(delStart>0 && delEnd==buf.length() && buf.charAt(delEnd-1)=='.') in canonicalPath()529 if(delEnd<0) in canonicalPath()530 delEnd=end; in canonicalPath()535 if (delEnd<buf.length() && buf.charAt(delEnd)=='/') in canonicalPath()536 delEnd++; in canonicalPath()552 if(delStart>0 && delEnd==buf.length() && buf.charAt(delEnd-1)=='.') in canonicalPath()559 if (delEnd<0) in canonicalPath()560 delEnd=end; in canonicalPath()572 if(delEnd==buf.length() && buf.charAt(delEnd-1)=='.') in canonicalPath()[all …]