HomeSort by relevance Sort by last modified time
    Searched defs:linkName (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/test/java/libcore/java/io/
FileTest.java 160 File linkName = new File(base, "link");
161 ln_s(target, linkName);
162 assertEquals(target.getCanonicalPath(), linkName.getCanonicalPath());
167 linkName = new File(subdir, "shorter");
168 ln_s("../target", linkName.toString());
169 assertEquals(target.getCanonicalPath(), linkName.getCanonicalPath());
172 linkName = new File(base, "l");
173 ln_s("subdir/longer", linkName.toString());
176 assertEquals(longer.getCanonicalPath(), linkName.getCanonicalPath());
179 linkName = new File(base, "double")
    [all...]
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 40 milliseconds