HPCToolkit
PathFindMgr.cpp File Reference
#include <string>
#include <cstring>
#include <sys/stat.h>
#include <dirent.h>
#include <include/gcc-attr.h>
#include "FileUtil.hpp"
#include "PathFindMgr.hpp"
#include "StrUtil.hpp"
#include "diagnostics.h"
#include "pathfind.h"
#include "realpath.h"
Include dependency graph for PathFindMgr.cpp:

Go to the source code of this file.

Functions

bool try_slow_lookup_for_relative_paths (const char *path)
 

Variables

static PathFindMgr s_singleton
 

Function Documentation

◆ try_slow_lookup_for_relative_paths()

bool try_slow_lookup_for_relative_paths ( const char *  path)

Definition at line 91 of file PathFindMgr.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ s_singleton

PathFindMgr s_singleton
static

Definition at line 105 of file PathFindMgr.cpp.