Searched refs:extPath (Results 1 – 1 of 1) sorted by relevance
629 auto extPath = n.second; in clearAppData() local633 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() local738 if (std::regex_match(extPath, re)) { in destroyAppData()739 extPath += "/" + std::to_string(userId); in destroyAppData()[all …]