HomeSort by relevance Sort by last modified time
    Searched defs:PathOutput (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/gn/
path_output.cc 12 PathOutput::PathOutput(const SourceDir& current_dir, EscapingMode escaping)
16 "the source root. There needs to be some tweaks to PathOutput to make "
23 PathOutput::~PathOutput() {
26 void PathOutput::WriteFile(std::ostream& out, const SourceFile& file) const {
30 void PathOutput::WriteDir(std::ostream& out,
73 void PathOutput::WriteFile(std::ostream& out, const OutputFile& file) const {
78 void PathOutput::WriteFiles(std::ostream& out,
86 void PathOutput::WriteDir(std::ostream& out
    [all...]
path_output.h 25 class PathOutput {
36 PathOutput(const SourceDir& current_dir, EscapingMode escaping);
37 ~PathOutput();

Completed in 54 milliseconds