Home
last modified time | relevance | path

Searched refs:id_expand_path (Results 1 – 1 of 1) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/ext/pathname/
H A Dpathname.c25 static ID id_expand_path; variable
820 str = rb_funcall(rb_cFile, id_expand_path, 1, str); in path_expand_path()
822 str = rb_funcall(rb_cFile, id_expand_path, 2, str, dname); in path_expand_path()
1627 id_expand_path = rb_intern("expand_path"); in InitVM_pathname()