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

/frameworks/native/cmds/installd/
H A Dcommands.c470 const char *libdirpath, const char *fwdlock_apkpath, const char *asecpath,
496 if (fwdlock_apkpath != NULL && fwdlock_apkpath[0] != '!') {
497 if (stat(fwdlock_apkpath, &s) == 0) {
469 get_size(const char *pkgname, userid_t 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 49 milliseconds