| Index: runtime/bin/directory.h
|
| diff --git a/runtime/bin/directory.h b/runtime/bin/directory.h
|
| index 242c03d8fb6e64dbedd309a31f4dbda8fc7de254..503e9028e4170813c3f468a8f995faf6bfdc7eb2 100644
|
| --- a/runtime/bin/directory.h
|
| +++ b/runtime/bin/directory.h
|
| @@ -27,7 +27,11 @@ class Directory {
|
|
|
| static bool Create(const char* path);
|
|
|
| - static char* CreateTemp(const char* const_template, int64_t number);
|
| + static int CreateTemp(const char* const_template,
|
| + int64_t number,
|
| + char** path,
|
| + char* os_error_message,
|
| + int os_error_message_len);
|
|
|
| static bool Delete(const char* path);
|
|
|
|
|