| 364 | char* String_concat3(const char* a, const char* b, const char* c); |
| 365 | int String_containsPathSeparator(const char* str); |
| 366 | const char* Path_fileName(const char* path); |
| 367 | char* deriveToolIdentity(const char* toolPath); |
| 368 | int isSCBuildDefinitionSource(const char* toolPath); |
| 369 | const char* objectExtension(void); |
| 370 | const char* dependencyExtension(const CompilationInfo* ci); |
| 371 | char* Path_joinWithExtension(const char* directory, const char* stem, const char* extension); |
| 372 | char* buildToolStem(const char* toolName); |
| 373 | char* buildToolsObjectPath(const CompilationInfo* ci); |
| 374 | char* buildToolObjectPath(const CompilationInfo* ci); |
| 375 | char* buildToolsDependencyPath(const CompilationInfo* ci); |
| 376 | char* buildToolDependencyPath(const CompilationInfo* ci); |
| 377 | #ifdef _WIN32 |
| 378 | unsigned long long String_hashFnv1a(const char* str); |
| 379 | unsigned long long String_hashCombine(unsigned long long hash, const char* str); |
| 380 | char* buildWindowsToolOutputDir(BootloaderArgs* args, const char* toolCpp); |
| 381 | #endif |
no outgoing calls
no test coverage detected