Searched defs:asecpath (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,
520 if (asecpath != NULL && asecpath[0] != '!') {
521 if (stat(asecpath, &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 115 milliseconds