Sign in
android
/
platform
/
build
/
e399b9d720c9e3cf8b9a933995c58c34302135f8
/
.
/
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