Searched refs:command_file (Results 1 – 2 of 2) sorted by relevance
364 // StreamFile command_file;365 // command_file.GetFile().Open (temp_file_path, 369 // if (!command_file.GetFile().IsValid())382 // command_file.Printf("\"%s\" ", launcher_path);384 // command_file.Printf("--unix-socket=%s ", unix_socket_name.c_str());388 // command_file.Printf("--arch=%s ", arch_spec->GetArchitectureName());393 // command_file.PutCString("--disable-aslr ");396 // command_file.PutCString("-- ");402 // command_file.Printf("\"%s\" ", argv[i]);405 // command_file.PutCString("\necho Process exited with status $?\n");[all …]
1410 const char *command_file = GetSourceCommandFileAtIndex(i); in MainLoop() local1411 … ::snprintf (command_string, sizeof(command_string), "command source '%s'", command_file); in MainLoop()