Searched refs:FindFilenameNoExtension (Results 1 – 5 of 5) sorted by relevance
24 return FindFilenameNoExtension(&file); in GetFrameworkName()
49 std::string_view FindFilenameNoExtension(const std::string* path);
303 << FindFilenameNoExtension(&sources[0].value()); in WriteCompilerBuildLine()
357 return std::string(FindFilenameNoExtension(&source.value())); in GetSourceSubstitution()
266 std::string_view FindFilenameNoExtension(const std::string* path) { in FindFilenameNoExtension() function