Searched refs:test_app_pid (Results 1 – 3 of 3) sorted by relevance
92 bool GetTestAppProcessId(pid_t *test_app_pid) { in GetTestAppProcessId() argument111 return StringToUInt32(pgrep_output, (uint32_t *)test_app_pid); in GetTestAppProcessId()115 bool SetupAndStartTestApp(pid_t *test_app_pid) { in SetupAndStartTestApp() argument129 if (GetTestAppProcessId(test_app_pid)) { in SetupAndStartTestApp()
28 bool SetupAndStartTestApp(pid_t *test_app_pid);
124 pid_t test_app_pid = 0; in SecurityContextFromTestApp() local125 if (!SetupAndStartTestApp(&test_app_pid)) { in SecurityContextFromTestApp()129 return SecurityContextFromProcess(test_app_pid, context); in SecurityContextFromTestApp()