Searched refs:drop_cache (Results 1 – 1 of 1) sorted by relevance
175 std::string drop_cache = "/proc/sys/vm/drop_caches"; in WriteBufferToPartition() local176 if (!android::base::WriteStringToFile("3\n", drop_cache)) { in WriteBufferToPartition()177 PLOG(ERROR) << "Failed to write to " << drop_cache; in WriteBufferToPartition()