Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp629 auto extPath = n.second; in clearAppData() local
633 if (std::regex_match(extPath, re)) { in clearAppData()
634 extPath += "/" + std::to_string(userId); in clearAppData()
638 extPath += StringPrintf("/%d", userId); in clearAppData()
647 auto path = StringPrintf("%s/Android/data/%s/cache", extPath.c_str(), pkgname); in clearAppData()
655 auto path = StringPrintf("%s/Android/data/%s", extPath.c_str(), pkgname); in clearAppData()
659 path = StringPrintf("%s/Android/media/%s", extPath.c_str(), pkgname); in clearAppData()
734 auto extPath = n.second; in destroyAppData() local
738 if (std::regex_match(extPath, re)) { in destroyAppData()
739 extPath += "/" + std::to_string(userId); in destroyAppData()
[all …]