Searched refs:dots (Results 1 – 3 of 3) sorted by relevance
52 int dots = 0, n = 0; in collapsible() local59 dots = 1; in collapsible()70 return (dots ? n : 0); in collapsible()142 int dots = 0; in collapse() local149 dots = 1; in collapse()153 dots = 2; in collapse()163 if (dots == 1) { in collapse()
2347 int dots = 0; // Number of dots found (0, 1, or 2) in removeDots() local2354 dots = 1; in removeDots()2357 dots = 1; in removeDots()2362 dots = 2; in removeDots()2368 if ((i > ns) || (dots == 0)) in removeDots()2371 if (dots == 1) { in removeDots()
798 String dots = ".."; in test_getCanonicalPath() local804 f = new File(base + "Temp" + File.separator + dots + File.separator + "temp.tst"); in test_getCanonicalPath()823 f = new File(base + dirNumber + File.separator + dots + File.separator + dirNumber in test_getCanonicalPath()827 … f = new File(base + dirNumber + File.separator + "Temp" + File.separator + dots + File.separator in test_getCanonicalPath()862 + platformId + File.separator + "Test" + File.separator + dots in test_getCanonicalPath()868 + File.separator + "Test" + File.separator + dots + File.separator in test_getCanonicalPath()