Home | History | Annotate | Download | only in ceres

Lines Matching full:relative_path

7617 // Given directory = "dir", relative_path = "test.xml", returns "dir/test.xml".
7620 const FilePath& relative_path) {
7622 return relative_path;
7625 relative_path.c_str()));