Home
last modified time | relevance | path

Searched refs:path_eval (Results 1 – 25 of 34) sorted by relevance

12

/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/src/lib/expansion/methods/
H A Dstrings.rs115 macro_rules! path_eval { in handle() macro
168 "basename" => path_eval!(file_name), in handle()
169 "extension" => path_eval!(extension), in handle()
170 "filename" => path_eval!(file_stem), in handle()
171 "parent" => path_eval!(parent), in handle()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/src/
H A Dfile.erl50 -export([eval/1, eval/2, path_eval/2, path_eval/3, path_open/3]).
1066 -spec path_eval(Path, Filename) -> {ok, FullName} | {error, Reason} when
1073 path_eval(Path, File) -> function
1074 path_eval(Path, File, erl_eval:new_bindings()).
1076 -spec path_eval(Path, Filename, Bindings) ->
1085 path_eval(Path, File, Bs) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/kernel/src/
H A Dfile.erl50 -export([eval/1, eval/2, path_eval/2, path_eval/3, path_open/3]).
1037 -spec path_eval(Path, Filename) -> {ok, FullName} | {error, Reason} when
1044 path_eval(Path, File) -> function
1045 path_eval(Path, File, erl_eval:new_bindings()).
1047 -spec path_eval(Path, Filename, Bindings) ->
1056 path_eval(Path, File, Bs) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/kernel/src/
H A Dfile.erl50 -export([eval/1, eval/2, path_eval/2, path_eval/3, path_open/3]).
1037 -spec path_eval(Path, Filename) -> {ok, FullName} | {error, Reason} when
1044 path_eval(Path, File) -> function
1045 path_eval(Path, File, erl_eval:new_bindings()).
1047 -spec path_eval(Path, Filename, Bindings) ->
1056 path_eval(Path, File, Bs) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/src/
H A Dfile.erl50 -export([eval/1, eval/2, path_eval/2, path_eval/3, path_open/3]).
1089 -spec path_eval(Path, Filename) -> {ok, FullName} | {error, Reason} when
1096 path_eval(Path, File) -> function
1097 path_eval(Path, File, erl_eval:new_bindings()).
1099 -spec path_eval(Path, Filename, Bindings) ->
1108 path_eval(Path, File, Bs) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/src/
H A Dfile.erl50 -export([eval/1, eval/2, path_eval/2, path_eval/3, path_open/3]).
1089 -spec path_eval(Path, Filename) -> {ok, FullName} | {error, Reason} when
1096 path_eval(Path, File) -> function
1097 path_eval(Path, File, erl_eval:new_bindings()).
1099 -spec path_eval(Path, Filename, Bindings) ->
1108 path_eval(Path, File, Bs) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/kernel/src/
H A Dfile.erl50 -export([eval/1, eval/2, path_eval/2, path_eval/3, path_open/3]).
1089 -spec path_eval(Path, Filename) -> {ok, FullName} | {error, Reason} when
1096 path_eval(Path, File) -> function
1097 path_eval(Path, File, erl_eval:new_bindings()).
1099 -spec path_eval(Path, Filename, Bindings) ->
1108 path_eval(Path, File, Bs) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/kernel/src/
H A Dfile.erl50 -export([eval/1, eval/2, path_eval/2, path_eval/3, path_open/3]).
1089 -spec path_eval(Path, Filename) -> {ok, FullName} | {error, Reason} when
1096 path_eval(Path, File) -> function
1097 path_eval(Path, File, erl_eval:new_bindings()).
1099 -spec path_eval(Path, Filename, Bindings) ->
1108 path_eval(Path, File, Bs) -> function
/dports/lang/erlang-doc/otp_doc_html_24.1/lib/kernel-8.1/doc/html/
H A Dkernel.eix284 {"path_eval", "path_eval(Path, Filename)", "path_eval-2"},
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/kernel/test/
H A Dfile_SUITE.erl55 -export([ eval1/1, path_eval/1, script1/1, path_script/1,
161 {eval, [], [eval1, path_eval]},
1742 path_eval(Config) when is_list(Config) -> function
1751 ?FILE_MODULE:path_eval(
1765 {ok,_} = ?FILE_MODULE:path_eval(
3732 {error, {6,erl_parse,_}} = file:path_eval(Path, File),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/test/
H A Dfile_SUITE.erl55 -export([ eval1/1, path_eval/1, script1/1, path_script/1,
166 {eval, [], [eval1, path_eval]},
1968 path_eval(Config) when is_list(Config) -> function
1977 ?FILE_MODULE:path_eval(
1991 {ok,_} = ?FILE_MODULE:path_eval(
3967 {error, {6,erl_parse,_}} = file:path_eval(Path, File),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/test/
H A Dfile_SUITE.erl55 -export([ eval1/1, path_eval/1, script1/1, path_script/1,
166 {eval, [], [eval1, path_eval]},
1969 path_eval(Config) when is_list(Config) -> function
1978 ?FILE_MODULE:path_eval(
1992 {ok,_} = ?FILE_MODULE:path_eval(
3983 {error, {6,erl_parse,_}} = file:path_eval(Path, File),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/test/
H A Dfile_SUITE.erl55 -export([ eval1/1, path_eval/1, script1/1, path_script/1,
166 {eval, [], [eval1, path_eval]},
1969 path_eval(Config) when is_list(Config) -> function
1978 ?FILE_MODULE:path_eval(
1992 {ok,_} = ?FILE_MODULE:path_eval(
3983 {error, {6,erl_parse,_}} = file:path_eval(Path, File),
/dports/lang/erlang/otp-OTP-24.1.7/lib/kernel/test/
H A Dfile_SUITE.erl55 -export([ eval1/1, path_eval/1, script1/1, path_script/1,
166 {eval, [], [eval1, path_eval]},
1969 path_eval(Config) when is_list(Config) -> function
1978 ?FILE_MODULE:path_eval(
1992 {ok,_} = ?FILE_MODULE:path_eval(
3983 {error, {6,erl_parse,_}} = file:path_eval(Path, File),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/kernel/test/
H A Dfile_SUITE.erl55 -export([ eval1/1, path_eval/1, script1/1, path_script/1,
159 {eval, [], [eval1, path_eval]},
1740 path_eval(Config) when is_list(Config) -> function
1749 ?FILE_MODULE:path_eval(
1763 {ok,_} = ?FILE_MODULE:path_eval(
3705 {error, {6,erl_parse,_}} = file:path_eval(Path, File),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/kernel/test/
H A Dfile_SUITE.erl55 -export([ eval1/1, path_eval/1, script1/1, path_script/1,
166 {eval, [], [eval1, path_eval]},
1969 path_eval(Config) when is_list(Config) -> function
1978 ?FILE_MODULE:path_eval(
1992 {ok,_} = ?FILE_MODULE:path_eval(
3983 {error, {6,erl_parse,_}} = file:path_eval(Path, File),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Dc.erl693 case file:path_eval(P, F) of
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Dc.erl693 case file:path_eval(P, F) of
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Dc.erl811 case file:path_eval(P, F) of
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/src/
H A Dc.erl812 case file:path_eval(P, F) of
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/src/
H A Dc.erl812 case file:path_eval(P, F) of
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/src/
H A Dc.erl812 case file:path_eval(P, F) of
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/src/
H A Dc.erl812 case file:path_eval(P, F) of
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/test/shell_docs_SUITE_data/
H A Dfile.docs_v11path_eval,2},[{file,[102,105,108,101,46,101,114,108]},{location,1089}],[<<112,97,116,104,95,101,11…
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/test/shell_docs_SUITE_data/
H A Dfile.docs_v11path_eval,2},[{file,[102,105,108,101,46,101,114,108]},{location,1089}],[<<112,97,116,104,95,101,11…

12