Searched refs:prog_path (Results 1 – 3 of 3) sorted by relevance
59 prog_path = os.path.join(exec_dir, prog_name)60 if os.path.exists(prog_path):61 return prog_path
1192 char prog_path[PATH_MAX]; in test_timeout_link_cancel() local1196 if (fill_exec_target(prog_path, "./exec-target.t") && in test_timeout_link_cancel()1197 fill_exec_target(prog_path, "test/exec-target.t")) { in test_timeout_link_cancel()1235 ret = execl(prog_path, prog_path, NULL); in test_timeout_link_cancel()
69 const auto prog_path = args.front(); in SnapshotCvdMain() local