Home
last modified time | relevance | path

Searched refs:xml_fsname_unexpanded (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/coregrind/
Dm_main.c470 const HChar* xml_fsname_unexpanded = NULL; in main_process_cmd_line_options() local
772 xml_fsname_unexpanded = NULL; in main_process_cmd_line_options()
778 else if VG_STR_CLO(arg, "--xml-file", xml_fsname_unexpanded) { in main_process_cmd_line_options()
785 else if VG_STR_CLO(arg, "--xml-socket", xml_fsname_unexpanded) { in main_process_cmd_line_options()
1113 vg_assert(xml_fsname_unexpanded == NULL); in main_process_cmd_line_options()
1119 vg_assert(xml_fsname_unexpanded != NULL); in main_process_cmd_line_options()
1120 vg_assert(VG_(strlen)(xml_fsname_unexpanded) <= 900); /* paranoia */ in main_process_cmd_line_options()
1125 xml_fsname_unexpanded); in main_process_cmd_line_options()
1132 *xml_fname_unexpanded = xml_fsname_unexpanded; in main_process_cmd_line_options()
1143 vg_assert(xml_fsname_unexpanded != NULL); in main_process_cmd_line_options()
[all …]