Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dapplypatch.cpp175 std::string drop_cache = "/proc/sys/vm/drop_caches"; in WriteBufferToPartition() local
176 if (!android::base::WriteStringToFile("3\n", drop_cache)) { in WriteBufferToPartition()
177 PLOG(ERROR) << "Failed to write to " << drop_cache; in WriteBufferToPartition()