Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/script/script_instruction/
H A Dscript_instructionhelper.cpp31 static std::set<std::string> g_reservedInstructions = { variable
87 if (g_reservedInstructions.find(scriptName) != g_reservedInstructions.end()) { in IsReservedInstruction()