Searched refs:sharedObjectFilePath (Results 1 – 1 of 1) sorted by relevance
202 … std::string sharedObjectFilePath = GetTestFilePath(testSubDirectory, g_TestSharedObjectFileName); in OpenCloseHandleTestImpl() local205 CHECK_NOTHROW(sharedObjectHandle = DynamicBackendUtils::OpenHandle(sharedObjectFilePath)); in OpenCloseHandleTestImpl()254 … std::string sharedObjectFilePath = GetTestFilePath(testSubDirectory, g_TestSharedObjectFileName); in GetValidEntryPointTestImpl() local257 CHECK_NOTHROW(sharedObjectHandle = DynamicBackendUtils::OpenHandle(sharedObjectFilePath)); in GetValidEntryPointTestImpl()275 … std::string sharedObjectFilePath = GetTestFilePath(testSubDirectory, g_TestSharedObjectFileName); in GetNameMangledEntryPointTestImpl() local278 CHECK_NOTHROW(sharedObjectHandle = DynamicBackendUtils::OpenHandle(sharedObjectFilePath)); in GetNameMangledEntryPointTestImpl()296 … std::string sharedObjectFilePath = GetTestFilePath(testSubDirectory, g_TestSharedObjectFileName); in GetNoExternEntryPointTestImpl() local299 CHECK_NOTHROW(sharedObjectHandle = DynamicBackendUtils::OpenHandle(sharedObjectFilePath)); in GetNoExternEntryPointTestImpl()317 … std::string sharedObjectFilePath = GetTestFilePath(testSubDirectory, g_TestSharedObjectFileName); in GetNotExistingEntryPointTestImpl() local320 CHECK_NOTHROW(sharedObjectHandle = DynamicBackendUtils::OpenHandle(sharedObjectFilePath)); in GetNotExistingEntryPointTestImpl()[all …]