Home
last modified time | relevance | path

Searched defs:gen_dir (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/gn/
Drust_project_writer_helpers.h38 std::optional<OutputFile> gen_dir, in Crate()
78 std::optional<OutputFile>& gen_dir() { return gen_dir_; } in gen_dir() function
Drust_project_writer.cc297 auto gen_dir = GetBuildDirForTargetAsOutputFile(target, BuildDirType::GEN); in AddTarget() local
383 auto gen_dir = crate.gen_dir(); in WriteCrates() local