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

/frameworks/base/cmds/installd/
H A Dcommands.c478 const char *fwdlock_apkpath, const char *asecpath,
528 if (asecpath != NULL && asecpath[0] != '!') {
529 if (stat(asecpath, &s) == 0) {
477 get_size(const char *pkgname, int persona, const char *apkpath, const char *fwdlock_apkpath, const char *asecpath, int64_t *_codesize, int64_t *_datasize, int64_t *_cachesize, int64_t* _asecsize) argument

Completed in 302 milliseconds