HomeSort by relevance Sort by last modified time
    Searched refs:GetTargetGenDir (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/tools/gn/
scope_per_file_provider.h 34 const Value* GetTargetGenDir();
scope_per_file_provider.cc 40 return GetTargetGenDir();
96 const Value* ScopePerFileProvider::GetTargetGenDir() {
filesystem_utils.h 185 SourceDir GetTargetGenDir(const Target* target);
filesystem_utils_unittest.cc 488 EXPECT_EQ("//out/Debug/gen/foo/bar/", GetTargetGenDir(&a).value());
filesystem_utils.cc 735 SourceDir GetTargetGenDir(const Target* target) {

Completed in 429 milliseconds