Radare.RFS – libr Reference Manual
Packages
libr
Radare
RFS
partition_type
partition_type_get
RFS
close
dir
dir_dump
find_name
find_off
mount
open
partitions
read
root
slurp
umount
view
roots
RFS
Object Hierarchy:
Description:
[
Compact
]
[
CCode
( cname =
"RFS"
, cprefix =
"r_fs_"
, free_function =
"r_fs_free"
) ]
public
class
RFS
Namespace:
Radare
Package:
libr
Content:
Static methods:
public
static
unowned
string
partition_type
(
string
part,
int
type)
public
static
unowned
string
partition_type_get
(
int
n)
Creation methods:
public
RFS
()
Methods:
public
void
close
(
RFSFile
file)
public
RList
<
RFSFile
>
dir
(
string
path)
public
int
dir_dump
(
string
path,
string
name)
public
RList
<
string
>
find_name
(
string
name,
string
glob)
public
RList
<
string
>
find_off
(
string
name,
uint64
off)
public
unowned
RFSRoot
?
mount
(
string
fstype,
string
path,
uint64
delta)
public
RFSFile
open
(
string
path,
bool
create)
public
RList
<
RFSPartition
>
partitions
(
string
ptype,
uint64
delta)
public
int
read
(
RFSFile
file,
uint64
addr,
int
len)
public
RList
<
RFSRoot
>
root
(
string
path)
public
RFSFile
slurp
(
string
path)
public
bool
umount
(
string
path)
public
void
view
(
int
view)
Fields:
public
RList
<
RFSRoot
>
roots