Home
last modified time | relevance | path

Searched refs:relative_root_path (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/tools/gn/
Dsetup.cc396 base::FilePath relative_root_path = cmdline.GetSwitchValuePath(kSwitchRoot); in FillSourceDir() local
397 if (!relative_root_path.empty()) { in FillSourceDir()
398 root_path = base::MakeAbsoluteFilePath(relative_root_path); in FillSourceDir()
401 "The path \"" + FilePathToUTF8(relative_root_path) + in FillSourceDir()