Searched defs:fwdlock_apkpath (Results 1 - 1 of 1) sorted by last modified time

/frameworks/native/cmds/installd/
H A Dcommands.cpp493 const char *libdirpath, const char *fwdlock_apkpath, const char *asecpath,
526 if (fwdlock_apkpath != NULL && fwdlock_apkpath[0] != '!') {
527 if (stat(fwdlock_apkpath, &s) == 0) {
492 get_size(const char *uuid, const char *pkgname, int userid, const char *apkpath, const char *libdirpath, const char *fwdlock_apkpath, const char *asecpath, const char *instruction_set, int64_t *_codesize, int64_t *_datasize, int64_t *_cachesize, int64_t* _asecsize) argument

Completed in 26 milliseconds