Lines Matching refs:extPath
1230 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()
1406 extPath += StringPrintf("/%d", userId); in destroyAppData()
1413 auto path = StringPrintf("%s/Android/data/%s", extPath.c_str(), pkgname); in destroyAppData()
1417 path = StringPrintf("%s/Android/media/%s", extPath.c_str(), pkgname); in destroyAppData()
1421 path = StringPrintf("%s/Android/obb/%s", extPath.c_str(), pkgname); in destroyAppData()
2693 auto extPath = create_data_media_package_path(uuid_, userId, "data", pkgname); in getAppSize() local
2694 collectManualStats(extPath, &extStats); in getAppSize()