Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/common/
H A Dsystem_utils_win32.cpp72 std::string moduleRelativePath = ConcatenatePath(GetModuleDirectory(), libraryName); in OpenSystemLibraryWithExtensionAndGetError() local
73 libraryModule = LoadLibraryW(Widen(moduleRelativePath).c_str()); in OpenSystemLibraryWithExtensionAndGetError()
77 moduleRelativePath; in OpenSystemLibraryWithExtensionAndGetError()