blob: ccf4c49fe5115321643c5576e5724e8d87cd981d [file]
/*
* Copyright 2022 Google LLC
*
* 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