Searched refs:default_path (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/lib/rubygems/
H A Ddefaults.rb72 def self.default_path singleton method
H A Dpath_support.rb68 gem_path = Gem.default_path + [@home]
/macosx-10.10.1/vim-55/src/
H A Dgui_photon.c1397 char_u *default_path; local
1403 default_path = alloc( MAXPATHL + 1 + NAME_MAX + 1 );
1404 if( default_path != NULL )
1416 mch_dirname( default_path, MAXPATHL );
1417 initdir = default_path;
1421 STRCPY( default_path, initdir );
1422 initdir = default_path;
1427 if( default_path[ STRLEN( default_path ) - 1 ] != '/' )
1428 STRCAT( default_path, "/" );
[all...]
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Dresconf.c217 static char default_path[MAX_PATH_SIZE]; local
220 IDNVAL_CONFFILE, default_path,
221 sizeof(default_path))) {
222 return (default_path);
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_gem.rb876 assert_equal [Gem.default_path, Gem.dir].flatten.uniq, Gem.path

Completed in 89 milliseconds