Searched refs:GetTargetOutputDir (Results 1 – 5 of 5) sorted by relevance
12 return SourceFile(GetTargetOutputDir(target).value() + in GetNinjaFileForTarget()
183 SourceDir GetTargetOutputDir(const Target* target);
177 RebaseSourceAbsolutePath(GetTargetOutputDir(target_).value(), in WriteInputDepsStampAndGetDep()
486 EXPECT_EQ("//out/Debug/obj/foo/bar/", GetTargetOutputDir(&a).value()); in TEST()
724 SourceDir GetTargetOutputDir(const Target* target) { in GetTargetOutputDir() function