X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=common%2Ftrace_resource.hpp;h=28c5727c94944acd6215a9314373a82bb979997b;hb=c3fe91d4c597da17e1eb9e75d36176465f44060a;hp=1d0a31b95a291435645921620164f5ee604faf06;hpb=d625807f1a182a93de3cbddf3c2a02fdab9f7670;p=apitrace diff --git a/common/trace_resource.hpp b/common/trace_resource.hpp index 1d0a31b..28c5727 100644 --- a/common/trace_resource.hpp +++ b/common/trace_resource.hpp @@ -36,9 +36,14 @@ namespace trace { +os::String +findProgram(const char*programFilename); + os::String findScript(const char *name); +os::String +findWrapper(const char *wrapperFilename); } /* namespace trace */