Home
last modified time | relevance | path

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

/external/cronet/components/cronet/android/test/src/org/chromium/net/
DHttp2TestHandler.java187 String[] splitPath = headers.path().toString().split("\\?"); in onHeadersRead() local
188 if (splitPath.length <= 1) { in onHeadersRead()
193 String headerName = splitPath[1].toLowerCase(Locale.US); in onHeadersRead()
/external/swiftshader/src/Reactor/
DLLVMReactorDebugInfo.cpp57 std::pair<llvm::StringRef, llvm::StringRef> splitPath(const char *path) in splitPath() function
94 auto dirAndFile = splitPath(location.function.file.c_str()); in DebugInfo()
483 auto dirAndName = splitPath(path); in getOrCreateFile()
/external/deqp/executor/
DxeTestCase.cpp67 static void splitPath (const char* path, std::vector<std::string>& components) in splitPath() function
291 splitPath(path, components); in createCase()