Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/rss_hwm_reset/
H A Drss_hwm_reset.cc42 std::string clear_refs_path = in reset_rss_hwm() local
44 ::android::base::WriteStringToFile("5", clear_refs_path); in reset_rss_hwm()
/aosp12/system/memory/libmeminfo/
H A Dprocmeminfo.cpp131 std::string clear_refs_path = ::android::base::StringPrintf("/proc/%d/clear_refs", pid); in ResetWorkingSet() local
132 if (!::android::base::WriteStringToFile("1\n", clear_refs_path)) { in ResetWorkingSet()
133 PLOG(ERROR) << "Failed to write to " << clear_refs_path; in ResetWorkingSet()