Home
last modified time | relevance | path

Searched refs:del_dir (Results 1 – 25 of 737) sorted by relevance

12345678910>>...30

/dports/databases/couchdb3/apache-couchdb-3.2.1/rel/plugins/
H A Deunit_plugin.erl47 true -> del_dir(Dir);
53 del_dir(Dir) -> function
58 ok = lists:foreach(fun file:del_dir/1, SortedDirs),
59 ok = file:del_dir(Dir).
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ssh/src/
H A Dssh_sftpd_file.erl30 -export([close/2, delete/2, del_dir/2, get_cwd/1, is_dir/2, list_dir/2,
41 del_dir(Path, State) -> function
42 {file:del_dir(Path), State}.
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ssh/src/
H A Dssh_sftpd_file.erl30 -export([close/2, delete/2, del_dir/2, get_cwd/1, is_dir/2, list_dir/2,
41 del_dir(Path, State) -> function
42 {file:del_dir(Path), State}.
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/ssh/src/
H A Dssh_sftpd_file.erl30 -export([close/2, delete/2, del_dir/2, get_cwd/1, is_dir/2, list_dir/2,
41 del_dir(Path, State) -> function
42 {file:del_dir(Path), State}.
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh_sftpd_file.erl30 -export([close/2, delete/2, del_dir/2, get_cwd/1, is_dir/2, list_dir/2,
41 del_dir(Path, State) -> function
42 {file:del_dir(Path), State}.
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh_sftpd_file.erl30 -export([close/2, delete/2, del_dir/2, get_cwd/1, is_dir/2, list_dir/2,
41 del_dir(Path, State) -> function
42 {file:del_dir(Path), State}.
/dports/lang/erlang/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh_sftpd_file.erl30 -export([close/2, delete/2, del_dir/2, get_cwd/1, is_dir/2, list_dir/2,
41 del_dir(Path, State) -> function
42 {file:del_dir(Path), State}.
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh_sftpd_file.erl30 -export([close/2, delete/2, del_dir/2, get_cwd/1, is_dir/2, list_dir/2,
41 del_dir(Path, State) -> function
42 {file:del_dir(Path), State}.
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/otp_mibs/test/
H A Dotp_mibs_SUITE.erl114 del_dir(ConfDir),
115 del_dir(DbDir),
116 (catch del_dir(MgrDir)),
250 del_dir(Dir) -> function
255 file:del_dir(Dir).
/dports/www/Stikked/Stikked-0.13.0/htdocs/system/helpers/
H A Dfile_helper.php122 * @param bool $del_dir Whether to delete any directories found in the path
127 function delete_files($path, $del_dir = FALSE, $htdocs = FALSE, $_level = 0) argument
145 delete_files($filepath, $del_dir, $htdocs, $_level + 1);
156 return ($del_dir === TRUE && $_level > 0)
/dports/www/codeigniter/CodeIgniter-3.1.11/system/helpers/
H A Dfile_helper.php122 * @param bool $del_dir Whether to delete any directories found in the path
127 function delete_files($path, $del_dir = FALSE, $htdocs = FALSE, $_level = 0) argument
145 delete_files($filepath, $del_dir, $htdocs, $_level + 1);
156 return ($del_dir === TRUE && $_level > 0)
/dports/www/erlang-mochiweb/mochiweb-2.18.0/src/
H A Dmochitemp.erl46 case file:del_dir(Dir) of
49 ok = file:del_dir(Dir);
228 file:del_dir(Path);
240 file:del_dir(Path),
274 file:del_dir(D)),
H A Dmochilogfile2.erl89 file:del_dir(D),
109 file:del_dir(D),
130 file:del_dir(D),
/dports/www/erlang-mochiweb-basho/mochiweb-4d38821/src/
H A Dmochitemp.erl28 case file:del_dir(Dir) of
31 ok = file:del_dir(Dir);
210 file:del_dir(Path);
222 file:del_dir(Path),
256 file:del_dir(D)),
H A Dmochilogfile2.erl71 file:del_dir(D),
91 file:del_dir(D),
112 file:del_dir(D),
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/mochiweb/src/
H A Dmochitemp.erl46 case file:del_dir(Dir) of
49 ok = file:del_dir(Dir);
228 file:del_dir(Path);
240 file:del_dir(Path),
274 file:del_dir(D)),
H A Dmochilogfile2.erl89 file:del_dir(D),
109 file:del_dir(D),
130 file:del_dir(D),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ssh/test/ssh_sftpd_erlclient_SUITE_data/
H A Dssh_sftpd_file_alt.erl31 -export([close/2, delete/2, del_dir/2, get_cwd/1, is_dir/2, list_dir/2,
44 del_dir(Path, State) -> function
46 {file:del_dir(Path), State}.
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ssh/test/ssh_sftpd_erlclient_SUITE_data/
H A Dssh_sftpd_file_alt.erl31 -export([close/2, delete/2, del_dir/2, get_cwd/1, is_dir/2, list_dir/2,
44 del_dir(Path, State) -> function
46 {file:del_dir(Path), State}.
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/ssh/test/ssh_sftpd_erlclient_SUITE_data/
H A Dssh_sftpd_file_alt.erl31 -export([close/2, delete/2, del_dir/2, get_cwd/1, is_dir/2, list_dir/2,
44 del_dir(Path, State) -> function
46 {file:del_dir(Path), State}.
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ssh/test/ssh_sftpd_erlclient_SUITE_data/
H A Dssh_sftpd_file_alt.erl31 -export([close/2, delete/2, del_dir/2, get_cwd/1, is_dir/2, list_dir/2,
44 del_dir(Path, State) -> function
46 {file:del_dir(Path), State}.
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/ssh/test/ssh_sftpd_erlclient_SUITE_data/
H A Dssh_sftpd_file_alt.erl31 -export([close/2, delete/2, del_dir/2, get_cwd/1, is_dir/2, list_dir/2,
44 del_dir(Path, State) -> function
46 {file:del_dir(Path), State}.
/dports/lang/erlang/otp-OTP-24.1.7/lib/ssh/test/ssh_sftpd_erlclient_SUITE_data/
H A Dssh_sftpd_file_alt.erl31 -export([close/2, delete/2, del_dir/2, get_cwd/1, is_dir/2, list_dir/2,
44 del_dir(Path, State) -> function
46 {file:del_dir(Path), State}.
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/ssh/test/ssh_sftpd_erlclient_SUITE_data/
H A Dssh_sftpd_file_alt.erl31 -export([close/2, delete/2, del_dir/2, get_cwd/1, is_dir/2, list_dir/2,
44 del_dir(Path, State) -> function
46 {file:del_dir(Path), State}.
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/test/
H A Dfilelib_SUITE.erl90 ok = file:del_dir(Dir),
105 ok = file:del_dir(Dir),
210 foreach(fun(D) -> ok = file:del_dir(filename:join(Dir, D)) end, Dirs),
222 ok = file:del_dir(filename:join(Dir, "xbin")),
246 ok = file:del_dir(filename:join(Dir, D))
266 ok = file:del_dir(filename:join(Dir, D))
282 [ok = file:del_dir(D) || D <- lists:reverse(Dirs)],
336 [ok = file:del_dir(D) || D <- Dirs],
377 foreach(fun(D) -> ok = file:del_dir(D) end, lists:reverse(Dirs)),
378 ok = file:del_dir(Dir).

12345678910>>...30