Home
last modified time | relevance | path

Searched refs:isAbsolutePath (Results 1 – 4 of 4) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
DSystemIDResolver.java70 if (!isAbsolutePath(localPath)) in getAbsoluteURIFromRelative()
155 public static boolean isAbsolutePath(String systemId) in isAbsolutePath() method in SystemIDResolver
172 if(!isAbsolutePath(systemId)) in isWindowsAbsolutePath()
246 if (!isAbsolutePath(localPath)) in getAbsoluteURI()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DSystemIDResolver.java63 if (!isAbsolutePath(localPath)) in getAbsoluteURIFromRelative()
148 public static boolean isAbsolutePath(String systemId) in isAbsolutePath() method in SystemIDResolver
165 if(!isAbsolutePath(systemId)) in isWindowsAbsolutePath()
239 if (!isAbsolutePath(localPath)) in getAbsoluteURI()
/external/webkit/Tools/WebKitTestRunner/
DTestInvocation.cpp67 bool isAbsolutePath = length >= 3 && pathOrURL[1] == ':' && pathOrURL[2] == separator; in createWKURL() local
70 bool isAbsolutePath = pathOrURL[0] == separator; in createWKURL() local
74 if (isAbsolutePath) { in createWKURL()
/external/webkit/Source/WebKit/mac/Misc/
DWebIconDatabase.mm354 if (!path || ![path isAbsolutePath]) {