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

  /external/chromium_org/tools/gn/
binary_target_generator.cc 94 target_->set_output_name(value->string_value());
target.h 70 void set_output_name(const std::string& name) { output_name_ = name; } function in class:Target
target_unittest.cc 293 with_name.set_output_name("myoutput");
312 dup_prefix.set_output_name("libbar");

Completed in 90 milliseconds