Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dfilesystem_utils.cc720 std::string dest_full; in RebasePath() local
729 dest_full.append(source_root); in RebasePath()
730 dest_full.push_back('/'); in RebasePath()
731 dest_full.append(dest_dir.value(), 2, std::string::npos); in RebasePath()
738 dest_full.append(dest_dir.value().substr(1)); in RebasePath()
740 dest_full.append(dest_dir.value()); in RebasePath()
742 dest_full.append(dest_dir.value()); in RebasePath()
750 ret = MakeRelativePath(input_full, dest_full); in RebasePath()