Searched refs:isAbsolutePath (Results 1 – 8 of 8) sorted by relevance
119 if (isAbsolutePath() && numUp > 0) in normalize()155 else if (isAbsolutePath()) in getDirName()209 bool FilePath::isAbsolutePath (void) const in isAbsolutePath() function in de::FilePath216 DE_TEST_ASSERT(!FilePath(".").isAbsolutePath()); in FilePath_selfTest()217 DE_TEST_ASSERT(!FilePath("..\\foo").isAbsolutePath()); in FilePath_selfTest()218 DE_TEST_ASSERT(!FilePath("foo").isAbsolutePath()); in FilePath_selfTest()219 DE_TEST_ASSERT(FilePath("\\foo/bar").isAbsolutePath()); in FilePath_selfTest()220 DE_TEST_ASSERT(FilePath("/foo").isAbsolutePath()); in FilePath_selfTest()221 DE_TEST_ASSERT(FilePath("\\").isAbsolutePath()); in FilePath_selfTest()222 DE_TEST_ASSERT(FilePath("\\\\net\\loc").isAbsolutePath()); in FilePath_selfTest()[all …]
73 bool isAbsolutePath (void) const;
63 if (!isAbsolutePath(localPath)) in getAbsoluteURIFromRelative()148 public static boolean isAbsolutePath(String systemId) in isAbsolutePath() method in SystemIDResolver165 if(!isAbsolutePath(systemId)) in isWindowsAbsolutePath()239 if (!isAbsolutePath(localPath)) in getAbsoluteURI()
70 if (!isAbsolutePath(localPath)) in getAbsoluteURIFromRelative()155 public static boolean isAbsolutePath(String systemId) in isAbsolutePath() method in SystemIDResolver172 if(!isAbsolutePath(systemId)) in isWindowsAbsolutePath()246 if (!isAbsolutePath(localPath)) in getAbsoluteURI()
116 public static boolean isAbsolutePath(String filename) { in isAbsolutePath() method in FileUtils154 if (!isAbsolutePath(path)) { in dissect()
530 if (FileUtils.isAbsolutePath(path)) { in tokenizePath()547 if (FileUtils.isAbsolutePath(path)) { in tokenizePathAsArray()
203 …string cmdLine = de::FilePath(name).isAbsolutePath() ? name : de::FilePath::join(workingDir, name)… in start()
671 …string cmdLine = de::FilePath(name).isAbsolutePath() ? name : de::FilePath::join(workingDir, name)… in start()