|
BOSS 8.0.0
BESIII Offline Software System
|
#include "HltTools/PathResolver.h"#include <cstdio>#include <cstdlib>#include <iostream>#include <string.h>#include <vector>#include <sys/stat.h>#include <dirent.h>#include <unistd.h>Go to the source code of this file.
Enumerations | |
| enum | PR_file_type { PR_regular_file , PR_directory } |
| enum | PR_search_type { PR_local , PR_recursive } |
Functions | |
| PathResolver::SearchPathStatus | PathResolverCheckSearchPath (const std::string &search_path) |
| std::string | PathResolverFindDirectory (const std::string &logical_file_name, const std::string &search_path) |
| std::string | PathResolverFindDirectoryFromList (const std::string &logical_file_name, const std::string &search_list) |
| std::string | PathResolverFindFile (const std::string &logical_file_name, const std::string &search_path) |
| std::string | PathResolverFindFileFromList (const std::string &logical_file_name, const std::string &search_list) |
| std::string | PathResolverFindXMLFile (const std::string &logical_file_name) |
| std::string | PathResolverFindDataFile (const std::string &logical_file_name) |
| enum PR_file_type |
| enum PR_search_type |
| PathResolver::SearchPathStatus PathResolverCheckSearchPath | ( | const std::string & | search_path | ) |
Definition at line 557 of file PathResolver.cxx.
| std::string PathResolverFindDataFile | ( | const std::string & | logical_file_name | ) |
Definition at line 585 of file PathResolver.cxx.
| std::string PathResolverFindDirectory | ( | const std::string & | logical_file_name, |
| const std::string & | search_path ) |
Definition at line 561 of file PathResolver.cxx.
Referenced by main().
| std::string PathResolverFindDirectoryFromList | ( | const std::string & | logical_file_name, |
| const std::string & | search_list ) |
Definition at line 566 of file PathResolver.cxx.
| std::string PathResolverFindFile | ( | const std::string & | logical_file_name, |
| const std::string & | search_path ) |
Definition at line 571 of file PathResolver.cxx.
Referenced by main().
| std::string PathResolverFindFileFromList | ( | const std::string & | logical_file_name, |
| const std::string & | search_list ) |
Definition at line 576 of file PathResolver.cxx.
| std::string PathResolverFindXMLFile | ( | const std::string & | logical_file_name | ) |
Definition at line 581 of file PathResolver.cxx.