Home | History | Annotate | Download | only in installd

Lines Matching full:apkpath

423 int get_size(const char *pkgname, int persona, const char *apkpath,
442 if (validate_system_app_path(apkpath) &&
443 strncmp(apkpath, android_asec_dir.path, android_asec_dir.len) != 0) {
444 if (stat(apkpath, &s) == 0) {
456 if (!create_cache_path(path, apkpath)) {