Searched defs:gen_dir (Results 1 – 2 of 2) sorted by relevance
38 std::optional<OutputFile> gen_dir, in Crate()78 std::optional<OutputFile>& gen_dir() { return gen_dir_; } in gen_dir() function
297 auto gen_dir = GetBuildDirForTargetAsOutputFile(target, BuildDirType::GEN); in AddTarget() local383 auto gen_dir = crate.gen_dir(); in WriteCrates() local