Search
virtfs
v0.1.0
Pages
Modules
Settings
View Source
Virtfs
(virtfs v0.1.0)
Link to this section
Summary
Functions
append(pid, path, content)
append!(pid, path, content)
append_line(pid, path, content)
append_line!(pid, path, content)
cd(pid, path)
cd!(pid, path)
child_spec(init_arg)
Returns a specification to start this module under a supervisor.
cp(pid, src, dest)
cp!(pid, src, dest)
cp_r(pid, src, dest)
cp_r!(pid, src, dest)
dir!(pid, path)
dir?(pid, path)
dump(pid, path)
exists!(pid, path)
exists?(pid, path)
get_fs(pid)
load(pid, path)
ls(pid, path \\ "")
ls!(pid, path \\ "")
mkdir_p(pid, path)
mkdir_p!(pid, path)
read(pid, path)
read!(pid, path)
rename(pid, src, dest)
rename!(pid, src, dest)
rm(pid, path)
rm!(pid, path)
rm_rf(pid, path)
rm_rf!(pid, path)
start_link()
start_link(fs)
tree(pid, path)
tree!(pid, path)
write(pid, path, content)
write!(pid, path, content)
Link to this section
Functions
Link to this function
append(pid, path, content)
View Source
Link to this function
append!(pid, path, content)
View Source
Link to this function
append_line(pid, path, content)
View Source
Link to this function
append_line!(pid, path, content)
View Source
Link to this function
cd(pid, path)
View Source
Link to this function
cd!(pid, path)
View Source
Link to this function
child_spec(init_arg)
View Source
Returns a specification to start this module under a supervisor.
See
Supervisor
.
Link to this function
cp(pid, src, dest)
View Source
Link to this function
cp!(pid, src, dest)
View Source
Link to this function
cp_r(pid, src, dest)
View Source
Link to this function
cp_r!(pid, src, dest)
View Source
Link to this function
dir!(pid, path)
View Source
Link to this function
dir?(pid, path)
View Source
Link to this function
dump(pid, path)
View Source
Link to this function
exists!(pid, path)
View Source
Link to this function
exists?(pid, path)
View Source
Link to this function
get_fs(pid)
View Source
Link to this function
load(pid, path)
View Source
Link to this function
ls(pid, path \\ "")
View Source
Link to this function
ls!(pid, path \\ "")
View Source
Link to this function
mkdir_p(pid, path)
View Source
Link to this function
mkdir_p!(pid, path)
View Source
Link to this function
read(pid, path)
View Source
Link to this function
read!(pid, path)
View Source
Link to this function
rename(pid, src, dest)
View Source
Link to this function
rename!(pid, src, dest)
View Source
Link to this function
rm(pid, path)
View Source
Link to this function
rm!(pid, path)
View Source
Link to this function
rm_rf(pid, path)
View Source
Link to this function
rm_rf!(pid, path)
View Source
Link to this function
start_link()
View Source
Link to this function
start_link(fs)
View Source
Link to this function
tree(pid, path)
View Source
Link to this function
tree!(pid, path)
View Source
Link to this function
write(pid, path, content)
View Source
Link to this function
write!(pid, path, content)
View Source