10 std::string path
, fname
;
12 const PathNamePair
&GetProcBinary();
14 /* Mixing thread priority level */
15 inline int RTPrioLevel
{1};
17 /* Allow reducing the process's RTTime limit for RTKit. */
18 inline bool AllowRTTimeLimit
{true};
22 auto SearchDataFiles(const std::string_view ext
) -> std::vector
<std::string
>;
23 auto SearchDataFiles(const std::string_view ext
, const std::string_view subdir
)
24 -> std::vector
<std::string
>;
26 #endif /* CORE_HELPERS_H */