Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dsubstitution_writer.cc351 std::string to_rebase; in GetSourceSubstitution() local
355 to_rebase = source.value(); in GetSourceSubstitution()
363 to_rebase = DirectoryWithNoLastSlash(source.GetDir()); in GetSourceSubstitution()
371 to_rebase = DirectoryWithNoLastSlash(GetSubBuildDirAsSourceDir( in GetSourceSubstitution()
374 to_rebase = DirectoryWithNoLastSlash(GetSubBuildDirAsSourceDir( in GetSourceSubstitution()
385 to_rebase = source.value(); in GetSourceSubstitution()
396 return to_rebase; in GetSourceSubstitution()
397 return RebasePath(to_rebase, relative_to, in GetSourceSubstitution()