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

  /external/chromium_org/tools/gn/
label.h 46 const SourceDir& toolchain_dir() const { return toolchain_dir_; }
68 toolchain_dir_ == other.toolchain_dir_ &&
81 if (toolchain_dir_ != other.toolchain_dir_)
82 return toolchain_dir_ < other.toolchain_dir_;
89 return toolchain_dir_ == other.toolchain_dir_ &&
97 SourceDir toolchain_dir_; member in class:Label
    [all...]
label.cc 198 toolchain_dir_(toolchain_dir) {
229 &ret.toolchain_dir_, &ret.toolchain_name_,
236 return Label(toolchain_dir_, toolchain_name_);
256 if (!toolchain_dir_.is_null() && !toolchain_name_.empty()) {
257 ret.append(DirWithNoTrailingSlash(toolchain_dir_));
268 default_toolchain.dir() != toolchain_dir_ ||

Completed in 152 milliseconds