Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
fs::path make_executable_filename(std::string_view name)
45
{
46
return std::string{name}.append(executable_postfix);
47
}
48
49
fs::path make_shared_object_filename(std::string_view name)
50
{
Callers
2
TEST_CASE
Function · 0.85
compile_hip_src
Function · 0.85
Calls
1
append
Method · 0.45
Tested by
no test coverage detected