Home
last modified time | relevance | path

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

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/runtime_tools/src/
H A Dobserver_backend.erl713 match_filenames(Dir,Root,List,[]).
715 match_filenames(Dir,MetaFile,[H|T],Files) -> function
717 true -> match_filenames(Dir,MetaFile,T,[filename:join(Dir,H)|Files]);
718 false -> match_filenames(Dir,MetaFile,T,Files)
720 match_filenames(_Dir,_MetaFile,[],Files) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/runtime_tools/src/
H A Dobserver_backend.erl713 match_filenames(Dir,Root,List,[]).
715 match_filenames(Dir,MetaFile,[H|T],Files) -> function
717 true -> match_filenames(Dir,MetaFile,T,[filename:join(Dir,H)|Files]);
718 false -> match_filenames(Dir,MetaFile,T,Files)
720 match_filenames(_Dir,_MetaFile,[],Files) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/runtime_tools/src/
H A Dobserver_backend.erl727 match_filenames(Dir,Root,List,[]).
729 match_filenames(Dir,MetaFile,[H|T],Files) -> function
731 true -> match_filenames(Dir,MetaFile,T,[filename:join(Dir,H)|Files]);
732 false -> match_filenames(Dir,MetaFile,T,Files)
734 match_filenames(_Dir,_MetaFile,[],Files) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/runtime_tools/src/
H A Dobserver_backend.erl900 match_filenames(Dir,Root,List,[]).
902 match_filenames(Dir,MetaFile,[H|T],Files) -> function
904 true -> match_filenames(Dir,MetaFile,T,[filename:join(Dir,H)|Files]);
905 false -> match_filenames(Dir,MetaFile,T,Files)
907 match_filenames(_Dir,_MetaFile,[],Files) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/runtime_tools/src/
H A Dobserver_backend.erl900 match_filenames(Dir,Root,List,[]).
902 match_filenames(Dir,MetaFile,[H|T],Files) -> function
904 true -> match_filenames(Dir,MetaFile,T,[filename:join(Dir,H)|Files]);
905 false -> match_filenames(Dir,MetaFile,T,Files)
907 match_filenames(_Dir,_MetaFile,[],Files) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/runtime_tools/src/
H A Dobserver_backend.erl900 match_filenames(Dir,Root,List,[]).
902 match_filenames(Dir,MetaFile,[H|T],Files) -> function
904 true -> match_filenames(Dir,MetaFile,T,[filename:join(Dir,H)|Files]);
905 false -> match_filenames(Dir,MetaFile,T,Files)
907 match_filenames(_Dir,_MetaFile,[],Files) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/runtime_tools/src/
H A Dobserver_backend.erl900 match_filenames(Dir,Root,List,[]).
902 match_filenames(Dir,MetaFile,[H|T],Files) -> function
904 true -> match_filenames(Dir,MetaFile,T,[filename:join(Dir,H)|Files]);
905 false -> match_filenames(Dir,MetaFile,T,Files)
907 match_filenames(_Dir,_MetaFile,[],Files) -> function
/dports/devel/lcov/lcov-1.15/
H A DCHANGES2803 - converted match_filenames to portable version