HomeSort by relevance Sort by last modified time
    Searched full:relative_root_path (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/tools/gn/
setup.cc 400 base::FilePath relative_root_path = cmdline.GetSwitchValuePath(kSwitchRoot); local
401 if (!relative_root_path.empty()) {
402 root_path = base::MakeAbsoluteFilePath(relative_root_path);
405 "The path \"" + FilePathToUTF8(relative_root_path) +

Completed in 165 milliseconds