Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/test/moduletest/
H A Dleak_detector_module_test.cpp36 const string NATIVE_THRESHOLD_PATH = "/system/etc/hiview/memory_leak_threshold"; variable
42 TestUtil::CopyFile(NATIVE_THRESHOLD_PATH, NATIVE_THRESHOLD_BAK_PATH); in SetUpTestCase()
43 TestUtil::WriteFile(NATIVE_THRESHOLD_PATH, THRESHOLD_LINE); in SetUpTestCase()
49 TestUtil::CopyFile(NATIVE_THRESHOLD_BAK_PATH, NATIVE_THRESHOLD_PATH); in TearDownTestCase()
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_config.cpp36 const string NATIVE_THRESHOLD_PATH = "/system/etc/hiview/memory_leak_threshold"; variable
47 const string &path = NATIVE_THRESHOLD_PATH; in GetThresholdList()