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