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

/frameworks/native/cmds/installd/
H A Dcommands.c469 const char *libdirpath, const char *fwdlock_apkpath, const char *asecpath,
519 if (asecpath != NULL && asecpath[0] != '!') {
520 if (stat(asecpath, &s) == 0) {
468 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 33 milliseconds