blob: f3001cacb7375a23e7c2947fbee121132f8bae57 [file] [log] [blame]
/*
* Copyright 2022 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef SkGetExecutablePath_DEFINED
#define SkGetExecutablePath_DEFINED
#include <string>
/** Returns a fully-qualified path to the currently-running executable. */
std::string SkGetExecutablePath();
#endif