Home
last modified time | relevance | path

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

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/onetimeinitializer/
H A DGalleryWidgetMigrator.java63 String extPath = prefs.getString(KEY_EXT_PATH, null); in migrateGalleryWidgets() local
64 boolean isDone = NEW_EXT_PATH.equals(extPath); in migrateGalleryWidgets()
/aosp12/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp649 auto extPath = n.second; in clearAppData() local
653 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() local
758 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 …]