Searched refs:cmd_template (Results 1 – 1 of 1) sorted by relevance
65 const char cmd_template[] = "pm install -g %s > /dev/null 2> /dev/null"; in InstallTestApp() local66 char system_cmd[sizeof(cmd_template) + sizeof(kTestAppApkStagingPath) + 1] = in InstallTestApp()68 sprintf(system_cmd, cmd_template, kTestAppApkStagingPath); in InstallTestApp()