Home
last modified time | relevance | path

Searched refs:memInfoPath (Results 1 - 1 of 1) sorted by relevance

/foundation/ability/ability_runtime/services/appdfr/src/
H A Dappfreeze_manager.cpp136 std::string memInfoPath = "/proc/memview"; in CollectFreezeSysMemory() local
137 if (!OHOS::FileExists(memInfoPath)) { in CollectFreezeSysMemory()
138 memInfoPath = "/proc/meminfo"; in CollectFreezeSysMemory()
140 OHOS::LoadStringFromFile(memInfoPath, tmp); in CollectFreezeSysMemory()

Completed in 2 milliseconds