HomeSort by relevance Sort by last modified time
    Searched full:current_toolchain (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/tools/gn/
value_extractors.cc 63 current_toolchain(current_toolchain_in) {}
67 out->label = Label::Resolve(current_dir, current_toolchain, v, err);
72 const Label& current_toolchain; member in struct:__anon14663::LabelResolver
112 const Label& current_toolchain,
117 current_toolchain));
122 const Label& current_toolchain,
127 current_toolchain));
value_extractors.h 59 const Label& current_toolchain,
64 const Label& current_toolchain,
label.cc 95 const Label& current_toolchain,
176 *out_toolchain_dir = current_toolchain.dir();
177 *out_toolchain_name = current_toolchain.name();
180 return Resolve(current_dir, current_toolchain,
213 const Label& current_toolchain,
227 if (!::Resolve(current_dir, current_toolchain, input, input_string,
label.h 37 const Label& current_toolchain,
variables.cc 47 const char kCurrentToolchain[] = "current_toolchain";
49 "current_toolchain: [string] Label of the current toolchain.";
51 "current_toolchain: Label of the current toolchain.\n"
59 " if (current_toolchain == \"//build:64_bit_toolchain\") {\n"
94 " not necessarily be the current one (see \"current_toolchain\").\n";
    [all...]

Completed in 86 milliseconds