Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dcommands.cpp1212 char profile_buf[strlen("--profile-file-fd=") + MAX_INT_LEN]; in run_profman_merge() local
1214 sprintf(profile_buf, "--profile-file-fd=%d", profiles_fd[k]); in run_profman_merge()
1215 profile_args[k].assign(profile_buf); in run_profman_merge()