Home
last modified time | relevance | path

Searched refs:GetOutputSubdirName (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/tools/gn/
Dfilesystem_utils.h158 std::string GetOutputSubdirName(const Label& toolchain_label, bool is_default);
Dfilesystem_utils.cc643 std::string GetOutputSubdirName(const Label& toolchain_label, bool is_default) { in GetOutputSubdirName() function
661 result.append(GetOutputSubdirName(toolchain_label, is_default)); in GetToolchainOutputDir()
Dloader.cc64 GetOutputSubdirName(toolchain_label, in ToolchainRecord()