Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DSystemPackageUninstaller.java246 String dataPath = String.format("/data/data/%s", packageName); in removePackageData() local
247 CLog.i("Removing package data directory for %s", dataPath); in removePackageData()
250 String.format("rm -r %s", dataPath), in removePackageData()
252 "Failed to remove system app data %s from %s", packageName, dataPath)); in removePackageData()