Home
last modified time | relevance | path

Searched refs:FindFilenameNoExtension (Results 1 – 5 of 5) sorted by relevance

/third_party/gn/src/gn/
Dframeworks_utils.cc24 return FindFilenameNoExtension(&file); in GetFrameworkName()
Dfilesystem_utils.h49 std::string_view FindFilenameNoExtension(const std::string* path);
Dninja_binary_target_writer.cc303 << FindFilenameNoExtension(&sources[0].value()); in WriteCompilerBuildLine()
Dsubstitution_writer.cc357 return std::string(FindFilenameNoExtension(&source.value())); in GetSourceSubstitution()
Dfilesystem_utils.cc266 std::string_view FindFilenameNoExtension(const std::string* path) { in FindFilenameNoExtension() function