Searched refs:path_to_app (Results 1 – 4 of 4) sorted by relevance
26 path_to_app = os.path.join(self._bot_info.out_dir,28 new_cmd.append(path_to_app)
76 path_to_app = self._bot_info.out_dir.join(81 new_cmd = ['catchsegv', path_to_app]83 new_cmd = [path_to_app]
50 path_to_app = os.path.join(self._bot_info.out_dir,52 new_cmd = [path_to_app]
23 String path_to_app; member165 impl->path_to_app = ""; in CommandLineParser()170 impl->path_to_app = String(argv[0]).substr(0, pos_s); in CommandLineParser()318 return impl->path_to_app; in getPathToApplication()