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

  /external/chromium_org/tools/gn/
binary_target_generator.cc 75 target_->set_output_extension(value->string_value());
ninja_binary_target_writer_unittest.cc 143 target.set_output_extension(std::string("so.6"));
187 // we call set_output_extension("") and ensure that we still get the default.
190 target.set_output_extension(std::string());
target.h 65 void set_output_extension(const std::string& extension) { function in class:Target

Completed in 61 milliseconds