| Index: runtime/bin/platform_linux.cc
|
| diff --git a/runtime/bin/platform_linux.cc b/runtime/bin/platform_linux.cc
|
| index 4e450f1ac271c227259d84fc04421e9ddddcfbfc..97a9437724d36818b48bd3d51ad444793ac6031c 100644
|
| --- a/runtime/bin/platform_linux.cc
|
| +++ b/runtime/bin/platform_linux.cc
|
| @@ -114,6 +114,11 @@ char** Platform::Environment(intptr_t* count) {
|
| }
|
|
|
|
|
| +const char* Platform::GetExecutableName() {
|
| + return executable_name_;
|
| +}
|
| +
|
| +
|
| const char* Platform::ResolveExecutablePath() {
|
| return File::LinkTarget("/proc/self/exe");
|
| }
|
|
|