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

  /external/chromium_org/tools/gn/
target_unittest.cc 277 TEST(Target, GetComputedOutputName) {
287 EXPECT_EQ("bar", basic.GetComputedOutputName(false));
288 EXPECT_EQ("bar", basic.GetComputedOutputName(true));
296 EXPECT_EQ("myoutput", with_name.GetComputedOutputName(false));
297 EXPECT_EQ("myoutput", with_name.GetComputedOutputName(true));
305 EXPECT_EQ("bar", with_prefix.GetComputedOutputName(false));
306 EXPECT_EQ("libbar", with_prefix.GetComputedOutputName(true));
315 EXPECT_EQ("libbar", dup_prefix.GetComputedOutputName(false));
316 EXPECT_EQ("libbar", dup_prefix.GetComputedOutputName(true));
target.cc 157 std::string Target::GetComputedOutputName(bool include_prefix) const {
288 dependency_output_file_.value().append(GetComputedOutputName(true));
target.h 68 // See GetComputedOutputName().
78 std::string GetComputedOutputName(bool include_prefix) const;
substitution_writer.cc 462 *result = target->GetComputedOutputName(true);

Completed in 183 milliseconds