MCPcopy Create free account
hub / github.com/chipsalliance/Surelog / toPlatformAbsPath

Method toPlatformAbsPath

src/Common/PlatformFileSystem.cpp:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93std::filesystem::path PlatformFileSystem::toPlatformAbsPath(PathId id) {
94 return toPath(id);
95}
96
97std::pair<std::filesystem::path, std::filesystem::path>
98PlatformFileSystem::toSplitPlatformPath(PathId id) {

Callers 15

checkCacheIsValidMethod · 0.80
restoreMethod · 0.80
saveMethod · 0.80
checkCacheIsValidMethod · 0.80
restoreMethod · 0.80
saveMethod · 0.80
checkCacheIsValidMethod · 0.80
restoreMethod · 0.80
saveMethod · 0.80
TESTFunction · 0.80
writeMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64