Sign in
android
/
platform
/
build
/
kati
/
810fd03ef36afedeef832c5e78171b9e26a97e00
/
.
/
fileutil.h
blob: 31b7318c51f4b82d348652f50475249020c89b87 [
file
] [
log
] [
blame
]
#ifndef
FILEUTIL_H_
#define
FILEUTIL_H_
#include
"string_piece.h"
bool
Exists
(
StringPiece
f
);
#endif
// FILEUTIL_H_