Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dcommands.cpp834 char profile_arg[strlen("--profile-file-fd=") + MAX_INT_LEN]; in run_dex2oat() local
836 sprintf(profile_arg, "--profile-file-fd=%d", profile_fd); in run_dex2oat()
908 argv[i++] = profile_arg; in run_dex2oat()