auto import from //depot/cupcake/@135843

This commit is contained in:
The Android Open Source Project
2009-03-03 18:28:14 -08:00
parent 094268cf8c
commit 05806d7af6
403 changed files with 0 additions and 43815 deletions

View File

@@ -1,12 +0,0 @@
#ifndef FS_H
#define FS_H
#include <string>
using namespace std;
int remove_recursively(const string& path);
int mkdir_recursively(const string& path);
int copy_file(const string& src, const string& dst);
#endif // FS_H