Home
last modified time | relevance | path

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

/external/chromium_org/tools/gn/
Dscope_per_file_provider.cc40 return GetTargetGenDir(); in GetProgrammaticValue()
96 const Value* ScopePerFileProvider::GetTargetGenDir() { in GetTargetGenDir() function in ScopePerFileProvider
Dscope_per_file_provider.h34 const Value* GetTargetGenDir();
Dfilesystem_utils.h185 SourceDir GetTargetGenDir(const Target* target);
Dfilesystem_utils_unittest.cc488 EXPECT_EQ("//out/Debug/gen/foo/bar/", GetTargetGenDir(&a).value()); in TEST()
Dfilesystem_utils.cc735 SourceDir GetTargetGenDir(const Target* target) { in GetTargetGenDir() function