Searched refs:dest_path (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/lib/rubygems/ext/
H A Drake_builder.rb12 def self.build(extension, directory, dest_path, results, args=[])
20 dest_path = '"' + dest_path.to_s + '"' if dest_path.to_s.include?(' ')
31 cmd = "#{rake} RUBYARCHDIR=#{dest_path} RUBYLIBDIR=#{dest_path}" # ENV is frozen
H A Dcmake_builder.rb2 def self.build(extension, directory, dest_path, results)
4 cmd = "cmake . -DCMAKE_INSTALL_PREFIX=#{dest_path}"
10 make dest_path, results
H A Dconfigure_builder.rb11 def self.build(extension, directory, dest_path, results, args=[])
13 cmd = "sh ./configure --prefix=#{dest_path}"
19 make dest_path, results
H A Dext_conf_builder.rb15 def self.build(extension, directory, dest_path, results, args=[])
22 siteconf.puts "dest_path = #{(tmp_dest || dest_path).dump}"
24 siteconf.puts "RbConfig::MAKEFILE_CONFIG['#{dir}'] = dest_path"
25 siteconf.puts "RbConfig::CONFIG['#{dir}'] = dest_path"
45 make dest_path, results
49 destent = ent.class.new(dest_path, ent.rel)
H A Dbuilder.rb14 def self.make(dest_path, results)
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_ext_builder.rb10 @dest_path = File.join @tempdir, 'prefix'
13 FileUtils.mkdir_p @dest_path
39 Gem::Ext::Builder.make @dest_path, results
H A Dtest_gem_ext_configure_builder.rb12 @dest_path = File.join @tempdir, 'prefix'
15 FileUtils.mkdir_p @dest_path
28 Gem::Ext::ConfigureBuilder.build nil, nil, @dest_path, output
31 assert_equal "sh ./configure --prefix=#{@dest_path}", output.shift
45 Gem::Ext::ConfigureBuilder.build nil, nil, @dest_path, output
54 #{Regexp.escape sh_prefix_configure}#{Regexp.escape @dest_path}
60 assert_equal "#{sh_prefix_configure}#{@dest_path}", output.shift
76 Gem::Ext::ConfigureBuilder.build nil, nil, @dest_path, output
H A Dtest_gem_ext_rake_builder.rb9 @dest_path = File.join @tempdir, 'prefix'
12 FileUtils.mkdir_p @dest_path
30 Gem::Ext::RakeBuilder.build 'mkrf_conf.rb', nil, @dest_path, output
37 assert_match %r%^#{Regexp.escape rake} RUBYARCHDIR=#{Regexp.escape @dest_path} RUBYLIBDIR=#{Regexp.escape @dest_path}%, output
55 Gem::Ext::RakeBuilder.build "mkrf_conf.rb", nil, @dest_path, output
61 assert_match %r%^#{Regexp.escape rake} RUBYARCHDIR=#{Regexp.escape @dest_path} RUBYLIBDIR=#{Regexp.escape @dest_path}%, error.message
H A Dtest_gem_ext_cmake_builder.rb14 @dest_path = File.join @tempdir, 'prefix'
17 FileUtils.mkdir_p @dest_path
33 Gem::Ext::CmakeBuilder.build nil, nil, @dest_path, output
39 %r%^cmake \. -DCMAKE_INSTALL_PREFIX=#{Regexp.escape @dest_path}%, output
51 Gem::Ext::CmakeBuilder.build nil, nil, @dest_path, output
62 #{Regexp.escape sh_prefix_cmake}#{Regexp.escape @dest_path}
68 assert_match %r%^#{sh_prefix_cmake}#{Regexp.escape @dest_path}%, output
80 Gem::Ext::CmakeBuilder.build nil, nil, @dest_path, output
H A Dtest_gem_ext_ext_conf_builder.rb12 @dest_path = File.join @tempdir, 'prefix'
15 FileUtils.mkdir_p @dest_path
31 Gem::Ext::ExtConfBuilder.build 'extconf.rb', nil, @dest_path, output
53 Gem::Ext::ExtConfBuilder.build 'extconf.rb', nil, @dest_path, output
76 Gem::Ext::ExtConfBuilder.build 'extconf.rb', nil, @dest_path, output
102 Gem::Ext::ExtConfBuilder.build 'extconf.rb', nil, @dest_path, output
142 Gem::Ext::ExtConfBuilder.build 'extconf.rb', nil, @dest_path, output
/macosx-10.9.5/postfix-252/postfix/
H A Dpostfix-install698 eval dest_path=$install_root$path
699 check_parent $dest_path || exit 1
701 compare_or_hardlink $source_path $dest_path || exit 1
711 eval dest_path=$install_root$path
712 check_parent $dest_path || exit 1
714 compare_or_symlink $source_path $dest_path || exit 1
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Dinstaller.rb659 dest_path = File.join gem_dir, spec.require_paths.first
685 FileUtils.mkdir_p dest_path
689 results = builder.build(extension, gem_dir, dest_path,
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_fsevents.c1984 const char *path, *ptr, *dest_path, *event_start=buffer; local
2032 dest_path = ptr;
2044 dest_path_len = ptr - dest_path;
2055 FSE_ARG_STRING, dest_path_len, dest_path, FSE_ARG_FINFO, dest_finfo,
2060 FSE_ARG_STRING, dest_path_len, dest_path,

Completed in 190 milliseconds