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

/frameworks/base/cmds/installd/
H A Dcommands.c477 int get_size(const char *pkgname, int persona, const char *apkpath, argument
496 if (validate_system_app_path(apkpath) &&
497 strncmp(apkpath, android_asec_dir.path, android_asec_dir.len) != 0) {
498 if (stat(apkpath, &s) == 0) {
510 if (!create_cache_path(path, apkpath)) {

Completed in 1209 milliseconds