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

  /external/ant-glob/src/org/apache/tools/ant/util/
FileUtils.java 116 public static boolean isAbsolutePath(String filename) {
154 if (!isAbsolutePath(path)) {
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
SystemIDResolver.java 70 if (!isAbsolutePath(localPath))
155 public static boolean isAbsolutePath(String systemId)
172 if(!isAbsolutePath(systemId))
246 if (!isAbsolutePath(localPath))
  /external/apache-xml/src/main/java/org/apache/xml/utils/
SystemIDResolver.java 63 if (!isAbsolutePath(localPath))
148 public static boolean isAbsolutePath(String systemId)
165 if(!isAbsolutePath(systemId))
239 if (!isAbsolutePath(localPath))
  /external/deqp/framework/delibs/decpp/
deFilePath.cpp 119 if (isAbsolutePath() && numUp > 0)
155 else if (isAbsolutePath())
209 bool FilePath::isAbsolutePath (void) const
216 DE_TEST_ASSERT(!FilePath(".").isAbsolutePath());
217 DE_TEST_ASSERT(!FilePath("..\\foo").isAbsolutePath());
218 DE_TEST_ASSERT(!FilePath("foo").isAbsolutePath());
219 DE_TEST_ASSERT(FilePath("\\foo/bar").isAbsolutePath());
220 DE_TEST_ASSERT(FilePath("/foo").isAbsolutePath());
221 DE_TEST_ASSERT(FilePath("\\").isAbsolutePath());
222 DE_TEST_ASSERT(FilePath("\\\\net\\loc").isAbsolutePath());
    [all...]
  /external/junit-params/lib/
assertj-core-1.7.1.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 1172 milliseconds