MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / make_executable_filename

Function make_executable_filename

src/fileutils.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42#endif
43
44fs::path make_executable_filename(std::string_view name)
45{
46 return std::string{name}.append(executable_postfix);
47}
48
49fs::path make_shared_object_filename(std::string_view name)
50{

Callers 2

TEST_CASEFunction · 0.85
compile_hip_srcFunction · 0.85

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected