Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/test/unittest/script/script_instruction/
H A Dscript_instruction_unittest.h53 constexpr auto TEST_NONEXIST_LIB_PATH = "/system/lib/other.so"; // this lib doesn't exist variable
H A Dscript_instructionhelper_unittest.cpp248 … EXPECT_EQ(helper->RegisterUserInstruction(TEST_NONEXIST_LIB_PATH, ""), USCRIPT_INVALID_PARAM); in TestRegisterUserInstruction02()
257 … EXPECT_EQ(helper->RegisterUserInstruction(TEST_NONEXIST_LIB_PATH, ""), USCRIPT_INVALID_PARAM); in TestRegisterUserInstruction02()