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

  /external/deqp/framework/delibs/decpp/
deFilePath.cpp 156 else if (isAbsolutePath())
210 bool FilePath::isAbsolutePath (void) const
217 DE_TEST_ASSERT(!FilePath(".").isAbsolutePath());
218 DE_TEST_ASSERT(!FilePath("..\\foo").isAbsolutePath());
219 DE_TEST_ASSERT(!FilePath("foo").isAbsolutePath());
220 DE_TEST_ASSERT(FilePath("\\foo/bar").isAbsolutePath());
221 DE_TEST_ASSERT(FilePath("/foo").isAbsolutePath());
222 DE_TEST_ASSERT(FilePath("\\").isAbsolutePath());
223 DE_TEST_ASSERT(FilePath("\\\\net\\loc").isAbsolutePath());
224 DE_TEST_ASSERT(FilePath("C:\\file.txt").isAbsolutePath());
    [all...]
deFilePath.hpp 72 bool isAbsolutePath (void) const;
  /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/ant-glob/src/org/apache/tools/ant/util/
FileUtils.java 116 public static boolean isAbsolutePath(String filename) {
154 if (!isAbsolutePath(path)) {
  /external/ant-glob/src/org/apache/tools/ant/types/selectors/
SelectorUtils.java 530 if (FileUtils.isAbsolutePath(path)) {
547 if (FileUtils.isAbsolutePath(path)) {
  /prebuilts/tools/common/m2/repository/com/android/tools/external/ant-glob/1.0/
ant-glob-1.0.jar 
  /external/deqp/execserver/
xsPosixTestProcess.cpp 203 string cmdLine = de::FilePath(name).isAbsolutePath() ? name : de::FilePath::join(workingDir, name).normalize().getPath();
xsWin32TestProcess.cpp 671 string cmdLine = de::FilePath(name).isAbsolutePath() ? name : de::FilePath::join(workingDir, name).normalize().getPath();
  /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 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 544 milliseconds