Home
last modified time | relevance | path

Searched refs:dst_cmp_lsr (Results 1 – 2 of 2) sorted by relevance

/dports/devel/hadoop/hadoop-1.2.1/src/tools/org/apache/hadoop/tools/
H A DDistCp.java1311 int dst_cmp_lsr = dstpath.compareTo(lsrpath); in deleteNonexisting() local
1312 for(; hasnext && dst_cmp_lsr < 0; ) { in deleteNonexisting()
1314 dst_cmp_lsr = dstpath.compareTo(lsrpath); in deleteNonexisting()
1317 if (dst_cmp_lsr == 0) { in deleteNonexisting()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-extras/src/main/java/org/apache/hadoop/tools/
H A DDistCpV1.java1606 int dst_cmp_lsr = dstpath.compareTo(lsrpath); in deleteNonexisting() local
1607 while (hasnext && dst_cmp_lsr < 0) { in deleteNonexisting()
1609 dst_cmp_lsr = dstpath.compareTo(lsrpath); in deleteNonexisting()
1612 if (dst_cmp_lsr == 0) { in deleteNonexisting()