Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dcommands.cpp492 int get_size(const char *uuid, const char *pkgname, int userid, const char *apkpath, in get_size() argument
510 if (validate_system_app_path(apkpath) && in get_size()
511 strncmp(apkpath, android_asec_dir.path, android_asec_dir.len) != 0) { in get_size()
512 if (stat(apkpath, &s) == 0) { in get_size()
515 d = opendir(apkpath); in get_size()
533 if (!create_cache_path(path, apkpath, instruction_set)) { in get_size()
Dinstalld.h239 const char *apkpath, const char *libdirpath,