Home
last modified time | relevance | path

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

/external/swiftshader/src/Common/
DSharedLibrary.hpp33 void *loadLibrary(const std::string &libraryDirectory, const char *(&names)[n], const char *mustCon… in loadLibrary() argument
37 std::string libraryPath = libraryDirectory + libraryName; in loadLibrary()
53 std::string libraryPath = libraryDirectory + libraryName; in loadLibrary()
/external/swiftshader/src/System/
DSharedLibrary.hpp32 void *loadLibrary(const std::string &libraryDirectory, const char *(&names)[n], const char *mustCon… in loadLibrary() argument
36 std::string libraryPath = libraryDirectory + libraryName; in loadLibrary()
52 std::string libraryPath = libraryDirectory + libraryName; in loadLibrary()