Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp1230 auto extPath = n.second; in clearAppData() local
1234 if (std::regex_match(extPath, re)) { in clearAppData()
1235 extPath += "/" + std::to_string(userId); in clearAppData()
1239 extPath += StringPrintf("/%d", userId); in clearAppData()
1248 auto path = StringPrintf("%s/Android/data/%s/cache", extPath.c_str(), pkgname); in clearAppData()
1256 auto path = StringPrintf("%s/Android/data/%s", extPath.c_str(), pkgname); in clearAppData()
1260 path = StringPrintf("%s/Android/media/%s", extPath.c_str(), pkgname); in clearAppData()
1397 auto extPath = n.second; in destroyAppData() local
1401 if (std::regex_match(extPath, re)) { in destroyAppData()
1402 extPath += "/" + std::to_string(userId); in destroyAppData()
[all …]