Home
last modified time | relevance | path

Searched refs:dump_profile (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/
Dcommands.h59 bool dump_profile(uid_t uid, const char *pkgname, const char *dex_files);
Dinstalld.cpp301 if (dump_profile(uid, pkgname, dex_files)) { in do_dump_profiles()
Dcommands.cpp1369 bool dump_profile(uid_t uid, const char* pkgname, const char* code_path_string) { in dump_profile() function