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