| Index: runtime/bin/platform_macos.cc
|
| diff --git a/runtime/bin/platform_macos.cc b/runtime/bin/platform_macos.cc
|
| index 782a83c29188717e7dbeeac921180a16d7f62d92..a03e8b9951118d00e01958ecb7bf5501480c87c9 100644
|
| --- a/runtime/bin/platform_macos.cc
|
| +++ b/runtime/bin/platform_macos.cc
|
| @@ -192,6 +192,11 @@ char** Platform::Environment(intptr_t* count) {
|
| }
|
|
|
|
|
| +const char* Platform::GetExecutableName() {
|
| + return executable_name_;
|
| +}
|
| +
|
| +
|
| const char* Platform::ResolveExecutablePath() {
|
| // Get the required length of the buffer.
|
| uint32_t path_size = 0;
|
|
|