// // Copyright 2015 The ANGLE Project Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. //
// system_utils_linux.cpp: Implementation of OS-specific functions for Linux
namespace angle
{
std::string GetExecutablePath()
{ // We cannot use lstat to get the size of /proc/self/exe as it always returns 0 // so we just use a big buffer and hope the path fits in it. char path[4096];
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.