Home
last modified time | relevance | path

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

/aoo42x/main/sal/qa/rtl/bootstrap/
H A Drtl_Bootstrap.cxx476 rtlBootstrapHandle bsHandle = aBootstrap.getHandle(); in TEST_F() local
477 ASSERT_TRUE(bsHandle == 0) << "getHandle should return 0 if the bootstrap has no ini file!"; in TEST_F()
484 rtlBootstrapHandle bsHandle = aBootstrap.getHandle(); in TEST_F() local
485 ASSERT_TRUE(bsHandle != 0) << "getHandle return NULL!"; in TEST_F()
492 rtl_bootstrap_get_from_handle(bsHandle, suKeyName.pData, &suValue.pData, NULL); in TEST_F()

Completed in 16 milliseconds