Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DZramWriteback.java76 String wbPath = String.format(WB_SYS, sZramDeviceId); in flushIdlePages() local
78 FileUtils.stringToFile(new File(wbPath), WB_SYS_IDLE_PAGES); in flushIdlePages()
80 Slog.e(TAG, "Failed to write to " + wbPath); in flushIdlePages()