Searched refs:SetRootPath (Results 1 – 4 of 4) sorted by relevance
79 setup.build_settings()->SetRootPath(base::FilePath(L"C:\\source")); in TEST()86 setup.build_settings()->SetRootPath(base::FilePath("/source")); in TEST()
27 void BuildSettings::SetRootPath(const base::FilePath& r) { in SetRootPath() function in BuildSettings
36 void SetRootPath(const base::FilePath& r);
303 build_settings_.SetRootPath(root_path); in FillSourceDir()