OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:relative_root_path
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/tools/gn/
setup.cc
283
base::FilePath
relative_root_path
= cmdline.GetSwitchValuePath(kSwitchRoot);
local
284
if (!
relative_root_path
.empty()) {
285
root_path = base::MakeAbsoluteFilePath(
relative_root_path
);
Completed in 46 milliseconds