Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp181 constexpr const char* TSAN_FLAG_NAME = "tsanEnabled"; variable
3105 startMsg.appEnv.emplace(TSAN_FLAG_NAME, std::to_string(1)); in SetAppEnvInfo()
3107 startMsg.appEnv.emplace(TSAN_FLAG_NAME, std::to_string(0)); in SetAppEnvInfo()