Searched refs:root_build_dir_ (Results 1 – 2 of 2) sorted by relevance
68 if (!root_build_dir_) { in GetRootBuildDir()69 root_build_dir_.reset(new Value(NULL, DirectoryWithNoLastSlash( in GetRootBuildDir()72 return root_build_dir_.get(); in GetRootBuildDir()
38 scoped_ptr<Value> root_build_dir_; variable