Searched refs:Dir (Results 151 - 175 of 231) sorted by relevance

12345678910

/macosx-10.10/ruby-106/ruby/test/thread/
H A Dtest_queue.rb86 Dir.mktmpdir {|d|
/macosx-10.10/ruby-106/ruby/tool/
H A Dvcs.rb45 last, changed, modified, *rest = Dir.chdir(@srcdir) {self.class.get_revisions(path)}
/macosx-10.10/xnu-2782.1.97/bsd/miscfs/devfs/
H A Ddevfsdefs.h115 }Dir; member in union:devnode_type
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_process.rb30 Dir.mktmpdir {|d|
32 Dir.chdir(d) {
389 PWD = [RUBY, '-e', 'puts Dir.pwd']
404 Dir.mkdir "foo"
998 Dir.mkdir(path = "path with space")
1030 Dir.mkdir(path = "path with space")
1068 Dir.mkdir(path = "path with space")
1349 Dir.mkdir("vd")
1351 Dir.chdir("vd") {
1354 system(RUBY, "--disable-gems", "-e", "Dir
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/
H A Dtile.rb206 Dir.chdir(imgdir){
208 Dir.glob(pat).each{|f|
/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A Dtkmsgcat-load_tk.rb109 Dir.entries(msgcat_dir).sort.each{|f|
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Dinstaller.rb290 Dir[File.join(gem_home, "specifications", "*.gemspec")].each do |path|
368 Dir.mkdir @bin_dir unless File.exist? @bin_dir
688 Dir.chdir extension_dir do
H A Dindexer.rb66 @directory = File.join(Dir.tmpdir, "gem_generate_index_#{$$}")
298 Dir[File.join(@dest_directory, "gems", '*.gem')]
H A Dconfig_file.rb301 Dir.mkdir(dirname) unless File.exist? dirname
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Headers/
H A DAppleUSBCDCACMData.h321 void USBLogData(UInt8 Dir, SInt32 Count, char *buf);
322 void dumpData(UInt8 Dir, char *buf, SInt32 Count);
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/
H A DConsoleMessage.cpp156 case MessageType::Dir: return Inspector::TypeBuilder::Console::ConsoleMessage::Type::Dir;
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/tkHTML/
H A Dhv.rb235 last_dir = Dir.pwd
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_any_method.rb63 @store.path = Dir.tmpdir
131 @store.path = Dir.tmpdir
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_indexer.rb31 FileUtils.mv Dir[File.join(@gemhome, "cache", '*.gem')], gems
38 assert_equal File.join(Dir.tmpdir, "gem_generate_index_#{$$}"),
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCEEM/Headers/
H A DAppleUSBCDCEEM.h190 void USBLogData(UInt8 Dir, SInt32 Count, char *buf);
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DConsoleClient.cpp210 internalMessageWithTypeAndLevel(MessageType::Dir, MessageLevel::Log, exec, arguments, ArgumentRequired);
/macosx-10.10/ruby-106/ruby/benchmark/
H A Ddriver.rb178 @files = Dir.glob(File.join(@dir, 'bm*.rb')).map{|file|
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dtree.rb69 Dir.glob("#{path}/*").sort.each{|f|
/macosx-10.10/ruby-106/ruby/lib/cgi/
H A Dsession.rb361 # file. Defaults to Dir::tmpdir (generally "/tmp"
373 dir = option['tmpdir'] || Dir::tmpdir
/macosx-10.10/ruby-106/ruby/lib/irb/
H A Dinit.rb275 home = Dir.pwd
/macosx-10.10/ruby-106/ruby/lib/rake/
H A Dfile_list.rb388 # should be prefered to Dir[pattern] and Dir.glob(pattern) because
391 Dir.glob(pattern, *args).sort
/macosx-10.10/ruby-106/ruby/lib/rubygems/commands/
H A Dupdate_command.rb178 Dir.chdir update_dir do
/macosx-10.10/ruby-106/ruby/lib/
H A Dun.rb58 argv.concat(Dir[x])
/macosx-10.10/ruby-106/ruby/lib/webrick/
H A Dserver.rb49 Dir::chdir("/")
/macosx-10.10/ruby-106/ruby/test/gdbm/
H A Dtest_gdbm.rb31 @tmpdir = Dir.mktmpdir("tmptest_gdbm")
64 @tmpdir = Dir.mktmpdir("tmptest_gdbm")
205 STDERR.puts Dir.glob("#{@tmpdir}/#{@prefix}*") if $DEBUG
675 @tmproot = Dir.mktmpdir('ruby-gdbm')

Completed in 398 milliseconds

12345678910