Searched refs:systemDataDir (Results 1 – 2 of 2) sorted by relevance
59 val systemDataDir = Environment.getDataSystemDirectory().absolutePath in <lambda>() constant65 dataDir = systemDataDir in <lambda>()71 dataDir = systemDataDir in <lambda>()
106 File systemDataDir = new File(Environment.getDataDirectory(), "system"); in GraphicsStatsService() local107 mGraphicsStatsDir = new File(systemDataDir, "graphicsstats"); in GraphicsStatsService()