Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dcommands.h57 bool dump_profile(uid_t uid, const char *pkgname, const char *dex_files);
Dinstalld.cpp289 const char* dex_files = arg[2]; in do_dump_profiles() local
290 if (dump_profile(uid, pkgname, dex_files)) { in do_dump_profiles()