Home
last modified time | relevance | path

Searched refs:asecpath (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/installd/
Dcommands.c424 const char *libdirpath, const char *fwdlock_apkpath, const char *asecpath, in get_size() argument
474 if (asecpath != NULL && asecpath[0] != '!') { in get_size()
475 if (stat(asecpath, &s) == 0) { in get_size()
Dinstalld.h207 const char *fwdlock_apkpath, const char *asecpath, int64_t *codesize,