Searched refs:system_cmd (Results 1 – 1 of 1) sorted by relevance
66 char system_cmd[sizeof(cmd_template) + sizeof(kTestAppApkStagingPath) + 1] = in InstallTestApp() local68 sprintf(system_cmd, cmd_template, kTestAppApkStagingPath); in InstallTestApp()69 return system(system_cmd) == 0; in InstallTestApp()