Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/cmds/installd/
H A Dutils.h138 void cleanup_invalid_package_dirs_under_path(const std::string& pathname);
H A DInstalldNativeService.cpp3936 cleanup_invalid_package_dirs_under_path(ce_path); in cleanupInvalidPackageDirs()
3939 cleanup_invalid_package_dirs_under_path(sdksandbox_ce_path); in cleanupInvalidPackageDirs()
3944 cleanup_invalid_package_dirs_under_path(de_path); in cleanupInvalidPackageDirs()
3947 cleanup_invalid_package_dirs_under_path(sdksandbox_de_path); in cleanupInvalidPackageDirs()
H A Dutils.cpp767 void cleanup_invalid_package_dirs_under_path(const std::string& pathname) { in cleanup_invalid_package_dirs_under_path() function