Searched full:path_src (Results 1 – 7 of 7) sorted by relevance
/third_party/cJSON/tests/unity/auto/ |
D | generate_module.rb | 59 @options[:path_src] = here + '../src/' if @options[:path_src].nil? 60 @options[:path_inc] = @options[:path_src] if @options[:path_inc].nil? 62 @options[:path_src] += '/' unless @options[:path_src][-1] == 47 132 …triad = [{ ext: '.c', path: @options[:path_src], prefix: '', template: TEMPLATE_SRC, inc: :src, bo… 261 when /^-s\"?(.+)\"?/ then options[:path_src] = Regexp.last_match(1)
|
D | generate_config.yml | 7 :path_src: ../src/
|
/third_party/unity/auto/ |
D | generate_module.rb | 62 @options[:path_src] = "#{__dir__}/../src/" if @options[:path_src].nil? 63 @options[:path_inc] = @options[:path_src] if @options[:path_inc].nil? 65 @options[:path_src] += '/' unless @options[:path_src][-1] == 47 135 …triad = [{ ext: '.c', path: @options[:path_src], prefix: '', template: TEMPLATE_SRC, inc: :src, bo… 264 when /^-s\"?(.+)\"?/ then options[:path_src] = Regexp.last_match(1)
|
D | generate_config.yml | 7 :path_src: ../src/
|
/third_party/ffmpeg/libavformat/ |
D | libssh.c | 435 char path_src[MAX_URL_SIZE], path_dst[MAX_URL_SIZE]; in libssh_move() local 444 path_src, sizeof(path_src), in libssh_move() 460 if ((ret = libssh_connect(h_src, h_src->filename, path_src, sizeof(path_src))) < 0) in libssh_move() 463 if (sftp_rename(libssh->sftp, path_src, path_dst) < 0) { in libssh_move()
|
/third_party/unity/test/spec/ |
D | generate_module_existing_file_spec.rb | 47 :path_src => "sandbox/src",
|
/third_party/cJSON/tests/unity/test/spec/ |
D | generate_module_existing_file_spec.rb | 47 :path_src => "sandbox/src",
|