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

/frameworks/base/cmds/installd/
H A Dinstalld.h109 int get_size(const char *pkgname, const char *apkpath, const char *fwdlock_apkpath,
H A Dcommands.c379 int get_size(const char *pkgname, const char *apkpath, argument
396 if (strncmp(apkpath, "/system", 7) != 0 &&
397 strncmp(apkpath, SDCARD_DIR_PREFIX, 7) != 0) {
398 if (stat(apkpath, &s) == 0) {
410 if (!create_cache_path(path, apkpath)) {

Completed in 14 milliseconds