Searched refs:build_to_src_no_last_slash_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/tools/gn/
H A Dninja_helper.h66 return build_to_src_no_last_slash_;
75 std::string build_to_src_no_last_slash_; member in class:NinjaHelper
H A Dninja_helper.cc22 build_to_src_no_last_slash_ = build_settings->build_to_source_dir_string();
23 if (!build_to_src_no_last_slash_.empty() &&
24 build_to_src_no_last_slash_[build_to_src_no_last_slash_.size() - 1] ==
26 build_to_src_no_last_slash_.resize(build_to_src_no_last_slash_.size() - 1);
28 build_to_src_system_no_last_slash_ = build_to_src_no_last_slash_;

Completed in 149 milliseconds