Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DClassPathURLStreamHandler.java184 String cType = guessContentTypeFromName(getEntryName()); in getContentType() local
185 if (cType == null) { in getContentType()
186 cType = "content/unknown"; in getContentType()
188 return cType; in getContentType()