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

/frameworks/native/cmds/installd/
H A Ddexopt.cpp357 char profile_arg[strlen("--profile-file-fd=") + MAX_INT_LEN]; local
359 sprintf(profile_arg, "--profile-file-fd=%d", profile_fd);
448 argv[i++] = profile_arg;

Completed in 37 milliseconds