1 #ifndef GAUDIKERNEL_PATHRESOLVER_H
2 #define GAUDIKERNEL_PATHRESOLVER_H
36 static std::string find_file (
const std::string& logical_file_name,
37 const std::string& search_path,
38 SearchType search_type = LocalSearch);
49 static std::string find_file_from_list (
const std::string& logical_file_name,
50 const std::string& search_list,
51 SearchType search_type = LocalSearch);
63 static std::string find_directory (
const std::string& logical_file_name,
64 const std::string& search_path,
65 SearchType search_type = LocalSearch);
76 static std::string find_directory_from_list (
const std::string& logical_file_name,
77 const std::string& search_list,
78 SearchType search_type = LocalSearch);
88 static SearchPathStatus check_search_path (
const std::string& search_path);
GAUDI_API std::string PathResolverFindXMLFile(const std::string &logical_file_name)
GAUDI_API std::string PathResolverFindDataFile(const std::string &logical_file_name)