Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
build
/
483cf38d8d49e472f052dca5ed9a05ec36472b9e
/
.
/
tools
/
atree
/
fs.h
blob: 408088088a3d2b833174c6e352f77b7f3fdbcfa5 [
file
] [
log
] [
blame
]
#ifndef
FS_H
#define
FS_H
#include
<string>
using
namespace
std
;
int
remove_recursively
(
const
string
&
path
);
int
mkdir_recursively
(
const
string
&
path
);
int
copy_file
(
const
string
&
src
,
const
string
&
dst
);
#endif
// FS_H