Searched refs:clear_refs_path (Results 1 – 2 of 2) sorted by relevance
42 std::string clear_refs_path = in reset_rss_hwm() local44 ::android::base::WriteStringToFile("5", clear_refs_path); in reset_rss_hwm()
131 std::string clear_refs_path = ::android::base::StringPrintf("/proc/%d/clear_refs", pid); in ResetWorkingSet() local132 if (!::android::base::WriteStringToFile("1\n", clear_refs_path)) { in ResetWorkingSet()133 PLOG(ERROR) << "Failed to write to " << clear_refs_path; in ResetWorkingSet()