Searched full:path_inc (Results 1 – 4 of 4) sorted by relevance
/third_party/cJSON/tests/unity/auto/ |
D | generate_module.rb | 60 @options[:path_inc] = @options[:path_src] if @options[:path_inc].nil? 63 @options[:path_inc] += '/' unless @options[:path_inc][-1] == 47 133 …{ ext: '.h', path: @options[:path_inc], prefix: '', template: TEMPLATE_INC, inc: :inc, boilerp… 262 when /^-i\"?(.+)\"?/ then options[:path_inc] = Regexp.last_match(1)
|
D | generate_config.yml | 8 :path_inc: ../src/
|
/third_party/unity/auto/ |
D | generate_module.rb | 63 @options[:path_inc] = @options[:path_src] if @options[:path_inc].nil? 66 @options[:path_inc] += '/' unless @options[:path_inc][-1] == 47 136 …{ ext: '.h', path: @options[:path_inc], prefix: '', template: TEMPLATE_INC, inc: :inc, boilerp… 265 when /^-i\"?(.+)\"?/ then options[:path_inc] = Regexp.last_match(1)
|
D | generate_config.yml | 8 :path_inc: ../src/
|