Searched refs:extPath (Results 1 – 2 of 2) sorted by relevance
63 String extPath = prefs.getString(KEY_EXT_PATH, null); in migrateGalleryWidgets() local64 boolean isDone = NEW_EXT_PATH.equals(extPath); in migrateGalleryWidgets()
649 auto extPath = n.second; in clearAppData() local653 if (std::regex_match(extPath, re)) { in clearAppData()654 extPath += "/" + std::to_string(userId); in clearAppData()658 extPath += StringPrintf("/%d", userId); in clearAppData()754 auto extPath = n.second; in destroyAppData() local758 if (std::regex_match(extPath, re)) { in destroyAppData()759 extPath += "/" + std::to_string(userId); in destroyAppData()763 extPath += StringPrintf("/%d", userId); in destroyAppData()775 path = StringPrintf("%s/Android/media/%s", extPath.c_str(), pkgname); in destroyAppData()779 path = StringPrintf("%s/Android/obb/%s", extPath.c_str(), pkgname); in destroyAppData()[all …]