Flutter Engine
The Flutter Engine
|
#include "tools/SkGetExecutablePath.h"
#include <cstddef>
#include <linux/limits.h>
#include <sys/types.h>
#include <unistd.h>
Go to the source code of this file.
Functions | |
std::string | SkGetExecutablePath () |
std::string SkGetExecutablePath | ( | ) |
Returns a fully-qualified path to the currently-running executable.
Definition at line 16 of file SkGetExecutablePath_linux.cpp.