Crashpad
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Loading...
Searching...
No Matches
crashpad::Paths Class Reference

Functions to obtain paths. More...

#include "util/misc/paths.h"

Public Member Functions

 Paths (const Paths &)=delete
 
Pathsoperator= (const Paths &)=delete
 

Static Public Member Functions

static bool Executable (base::FilePath *path)
 Obtains the pathname of the currently-running executable.
 

Detailed Description

Functions to obtain paths.

Member Function Documentation

◆ Executable()

bool crashpad::Paths::Executable ( base::FilePath * path)
static

Obtains the pathname of the currently-running executable.

Parameters
[out]pathThe pathname of the currently-running executable.
Returns
true on success. false on failure, with a message logged.
Note
In test code, use test::TestPaths::Executable() instead.

The documentation for this class was generated from the following files: