Searched refs:apkpath (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/cmds/installd/
H A Dinstalld.h218 int get_size(const char *pkgname, userid_t userid, const char *apkpath, const char *libdirpath,
H A Dcommands.c469 int get_size(const char *pkgname, userid_t userid, const char *apkpath, argument
488 if (validate_system_app_path(apkpath) &&
489 strncmp(apkpath, android_asec_dir.path, android_asec_dir.len) != 0) {
490 if (stat(apkpath, &s) == 0) {
502 if (!create_cache_path(path, apkpath, instruction_set)) {

Completed in 48 milliseconds