Searched refs:rb_get_expanded_load_path (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/
H A Dload.c111 rb_get_expanded_load_path(void) function
442 if (!load_path) load_path = rb_get_expanded_load_path();
469 fs.load_path = load_path ? load_path : rb_get_expanded_load_path();
H A Dinternal.h158 VALUE rb_get_expanded_load_path(void);
H A Dfile.c5342 RB_GC_GUARD(load_path) = rb_get_expanded_load_path();
5407 RB_GC_GUARD(load_path) = rb_get_expanded_load_path();

Completed in 134 milliseconds