Searched refs:apkpath (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/cmds/installd/ |
D | commands.cpp | 492 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()
|
D | installd.h | 239 const char *apkpath, const char *libdirpath,
|