Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
build
/
5443410adf51ae701d12d6ae9bb709cd70c1af24
/
.
/
libs
/
host
/
include
/
host
/
Directories.h
blob: fccce467d5a87e50b78e180923be0181b3aeb50c [
file
] [
log
] [
blame
]
#ifndef
HOST_MKDIRS_H
#define
HOST_MKDIRS_H
#include
<string>
std
::
string
parent_dir
(
const
std
::
string
&
path
);
extern
"C"
int
mkdirs
(
const
char
*
path
);
#endif
// HOST_MKDIRS_H