| Index: runtime/bin/builtin_in.cc
|
| diff --git a/runtime/bin/builtin_in.cc b/runtime/bin/builtin_in.cc
|
| index aa1475422c3f00c54e858b07e0b765d3afaf4f77..edba721ca2b27bcea5c08e0c314efbd72f92f9a8 100644
|
| --- a/runtime/bin/builtin_in.cc
|
| +++ b/runtime/bin/builtin_in.cc
|
| @@ -25,6 +25,9 @@ static const char Builtin_source_[] = {
|
| #define BUILTIN_NATIVE_LIST(V) \
|
| V(Logger_PrintString, 1) \
|
| V(Directory_List, 7) \
|
| + V(Directory_Exists, 2) \
|
| + V(Directory_Create, 2) \
|
| + V(Directory_Delete, 2) \
|
| V(File_OpenFile, 3) \
|
| V(File_Exists, 1) \
|
| V(File_Close, 1) \
|
|
|