Home
last modified time | relevance | path

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

/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()
476 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()