Gitiles
Code Review
Sign In
review.gerrithub.io
/
AOSP-S4-KK
/
platform_build
/
refs/tags/android-4.4_r0.8
/
.
/
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