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

  /libcore/luni/src/test/java/libcore/java/io/
FileTest.java 154 File linkName = new File(base, "link");
155 ln_s(target, linkName);
156 assertEquals(target.getCanonicalPath(), linkName.getCanonicalPath());
161 linkName = new File(subdir, "shorter");
162 ln_s("../target", linkName.toString());
163 assertEquals(target.getCanonicalPath(), linkName.getCanonicalPath());
166 linkName = new File(base, "l");
167 ln_s("subdir/longer", linkName.toString());
170 assertEquals(longer.getCanonicalPath(), linkName.getCanonicalPath());
173 linkName = new File(base, "double")
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
org.eclipse.update.configurator_3.3.100.v20100512.jar 
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 249 milliseconds