Home
last modified time | relevance | path

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

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