HPCToolkit
TraceviewerServer::FileUtils Class Reference

#include <FileUtils.hpp>

Static Public Member Functions

static string combinePaths (string firstPart, string secondPart)
 
static bool existsAndIsDir (string p)
 
static bool exists (string p)
 
static FileOffset getFileSize (string p)
 
static vector< string > getAllFilesInDir (string directory)
 
static bool stringActuallyZero (string toTest)
 

Detailed Description

Definition at line 80 of file FileUtils.hpp.

Member Function Documentation

◆ combinePaths()

static string TraceviewerServer::FileUtils::combinePaths ( string  firstPart,
string  secondPart 
)
inlinestatic

Definition at line 84 of file FileUtils.hpp.

Here is the caller graph for this function:

◆ exists()

static bool TraceviewerServer::FileUtils::exists ( string  p)
inlinestatic

Definition at line 113 of file FileUtils.hpp.

Here is the caller graph for this function:

◆ existsAndIsDir()

static bool TraceviewerServer::FileUtils::existsAndIsDir ( string  p)
inlinestatic

Definition at line 100 of file FileUtils.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getAllFilesInDir()

static vector<string> TraceviewerServer::FileUtils::getAllFilesInDir ( string  directory)
inlinestatic

Definition at line 129 of file FileUtils.hpp.

Here is the call graph for this function:

◆ getFileSize()

static FileOffset TraceviewerServer::FileUtils::getFileSize ( string  p)
inlinestatic

Definition at line 120 of file FileUtils.hpp.

Here is the caller graph for this function:

◆ stringActuallyZero()

static bool TraceviewerServer::FileUtils::stringActuallyZero ( string  toTest)
inlinestatic

Definition at line 154 of file FileUtils.hpp.


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