Searched refs:dots (Results 1 – 3 of 3) sorted by relevance
85 int dots = 0, n = 0; in collapsible() local92 dots = 1; in collapsible()107 return (dots ? n : 0); in collapsible()191 int dots = 0; in collapse() local200 dots = 1; in collapse()204 dots = 2; in collapse()214 if (dots == 1) { in collapse()
2358 int dots = 0; // Number of dots found (0, 1, or 2) in removeDots() local2365 dots = 1; in removeDots()2368 dots = 1; in removeDots()2373 dots = 2; in removeDots()2379 if ((i > ns) || (dots == 0)) in removeDots()2382 if (dots == 1) { in removeDots()
803 String dots = ".."; in test_getCanonicalPath() local809 f = new File(base + "Temp" + File.separator + dots + File.separator + "temp.tst"); in test_getCanonicalPath()828 f = new File(base + dirNumber + File.separator + dots + File.separator + dirNumber in test_getCanonicalPath()832 … f = new File(base + dirNumber + File.separator + "Temp" + File.separator + dots + File.separator in test_getCanonicalPath()867 + platformId + File.separator + "Test" + File.separator + dots in test_getCanonicalPath()873 + File.separator + "Test" + File.separator + dots + File.separator in test_getCanonicalPath()