Searched refs:old_prefix_arg (Results 1 – 1 of 1) sorted by relevance
1031 CommandArgumentData old_prefix_arg; in CommandObjectTargetModulesSearchPathsAdd() local1035 old_prefix_arg.arg_type = eArgTypeOldPathPrefix; in CommandObjectTargetModulesSearchPathsAdd()1036 old_prefix_arg.arg_repetition = eArgRepeatPairPlus; in CommandObjectTargetModulesSearchPathsAdd()1048 arg.push_back(old_prefix_arg); in CommandObjectTargetModulesSearchPathsAdd()1129 CommandArgumentData old_prefix_arg; in CommandObjectTargetModulesSearchPathsInsert() local1140 old_prefix_arg.arg_type = eArgTypeOldPathPrefix; in CommandObjectTargetModulesSearchPathsInsert()1141 old_prefix_arg.arg_repetition = eArgRepeatPairPlus; in CommandObjectTargetModulesSearchPathsInsert()1153 arg2.push_back(old_prefix_arg); in CommandObjectTargetModulesSearchPathsInsert()