Searched refs:direct_path_prefix (Results 1 – 1 of 1) sorted by relevance
10984 static const char direct_path_prefix[] = "path="; in parse_add_command_pmt() local11071 if (strncmp(add_command, direct_path_prefix, strlen(direct_path_prefix)) == 0) { in parse_add_command_pmt()11072 direct_path = add_command + strlen(direct_path_prefix); in parse_add_command_pmt()