Gitiles
Code Review
Sign In
review.gerrithub.io
/
BrokenOs
/
android_build
/
b18e39a2f0d8fc13996aaa74f95520a91107bf1f
/
.
/
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